dep: add masonry to dep

This commit is contained in:
hrsonion 2019-06-13 15:26:45 +08:00
parent db5f6a387b
commit 40baec9d58
2 changed files with 2 additions and 9 deletions

View File

@ -43,7 +43,6 @@
"karma-sourcemap-loader": "^0.3.7",
"karma-spec-reporter": "0.0.32",
"karma-webpack": "^3.0.5",
"masonry-layout": "^4.2.2",
"mocha": "^6.1.4",
"node-sass": "^4.12.0",
"progress-bar-webpack-plugin": "^1.12.1",
@ -61,6 +60,7 @@
"webpack-dev-server": "^3.4.1"
},
"dependencies": {
"ionicons": "^4.5.8"
"ionicons": "^4.5.8",
"masonry-layout": "^4.2.2"
}
}

View File

@ -1,7 +0,0 @@
import WithMargin from './src/main.vue'
WithMargin.install = function (Vue) {
Vue.component(WithMargin.name, WithMargin)
}
export default WithMargin