Comparing version 0.1.0 to 0.2.0
14
index.js
@@ -5,8 +5,14 @@ /** | ||
* @date 2017-01-17 10:48 | ||
* @update fecoder 2017-01-17 | ||
* @update fecoder 2017-02-27 | ||
*/ | ||
var vcAlert = require('./component/alert.vue'); | ||
module.exports = { | ||
import alert from './src/component/alert/alert.vue'; | ||
import filter from './src/component/filter/filter.vue'; | ||
export { | ||
filter | ||
} | ||
export default { | ||
install: function (Vue, options) { | ||
var VCAlert = Vue.extend(vcAlert); | ||
var VCAlert = Vue.extend(alert); | ||
var vmAlert = new VCAlert().$mount(); | ||
@@ -13,0 +19,0 @@ document.body.appendChild(vmAlert.$el); |
{ | ||
"name": "vue-flyme", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"description": "vue2 plugin - flyme controls", | ||
@@ -14,13 +14,3 @@ "main": "index.js", | ||
"author": "fecoder", | ||
"license": "ISC", | ||
"devDependencies": { | ||
"babel-core": "^6.21.0", | ||
"babel-loader": "^6.2.10", | ||
"babel-preset-es2015": "^6.18.0", | ||
"css-loader": "^0.26.1", | ||
"vue": "^2.1.9", | ||
"vue-loader": "^10.0.2", | ||
"vue-template-compiler": "^2.1.9", | ||
"webpack": "^1.14.0" | ||
} | ||
"license": "ISC" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
19268
0
6
35
1
101