mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-01-18 12:34:25 +08:00
dep: add masonry to dep
This commit is contained in:
parent
db5f6a387b
commit
40baec9d58
@ -43,7 +43,6 @@
|
|||||||
"karma-sourcemap-loader": "^0.3.7",
|
"karma-sourcemap-loader": "^0.3.7",
|
||||||
"karma-spec-reporter": "0.0.32",
|
"karma-spec-reporter": "0.0.32",
|
||||||
"karma-webpack": "^3.0.5",
|
"karma-webpack": "^3.0.5",
|
||||||
"masonry-layout": "^4.2.2",
|
|
||||||
"mocha": "^6.1.4",
|
"mocha": "^6.1.4",
|
||||||
"node-sass": "^4.12.0",
|
"node-sass": "^4.12.0",
|
||||||
"progress-bar-webpack-plugin": "^1.12.1",
|
"progress-bar-webpack-plugin": "^1.12.1",
|
||||||
@ -61,6 +60,7 @@
|
|||||||
"webpack-dev-server": "^3.4.1"
|
"webpack-dev-server": "^3.4.1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"ionicons": "^4.5.8"
|
"ionicons": "^4.5.8",
|
||||||
|
"masonry-layout": "^4.2.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,7 +0,0 @@
|
|||||||
import WithMargin from './src/main.vue'
|
|
||||||
|
|
||||||
WithMargin.install = function (Vue) {
|
|
||||||
Vue.component(WithMargin.name, WithMargin)
|
|
||||||
}
|
|
||||||
|
|
||||||
export default WithMargin
|
|
Loading…
Reference in New Issue
Block a user