Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

vue-flyme

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-flyme - npm Package Compare versions

Comparing version 0.1.0 to 0.2.0

README.md

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"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc