From 91e1ae9e8d50b64497c5681f3caf27d4cd5b8f67 Mon Sep 17 00:00:00 2001 From: linxin Date: Fri, 1 Nov 2019 15:23:16 +0800 Subject: [PATCH] release:V2.0.0 --- LICENCE | 2 +- README.md | 42 ++++++++------ example/package.json | 2 +- example/src/App.vue | 116 ++++++++++++++++++++++--------------- example/src/vue-schart.vue | 83 ++++++++++++-------------- package.json | 9 ++- src/vue-schart.vue | 83 ++++++++++++-------------- 7 files changed, 172 insertions(+), 165 deletions(-) diff --git a/LICENCE b/LICENCE index 1474d32..a400484 100644 --- a/LICENCE +++ b/LICENCE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2017 林鑫 +Copyright (c) 2017-2019 林鑫 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 9ec31c7..9fad4cf 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,6 @@ Support for use at the mobile. Support vue.js 1.x & 2.x -[interactive demo](http://blog.gdfengshuo.com/example/#/vue-schart) - ## Usage Install: @@ -26,24 +24,36 @@ Use in component: ```html diff --git a/example/src/vue-schart.vue b/example/src/vue-schart.vue index da5fd46..2840327 100644 --- a/example/src/vue-schart.vue +++ b/example/src/vue-schart.vue @@ -5,59 +5,48 @@ \ No newline at end of file diff --git a/package.json b/package.json index cb3a058..4e98a57 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,12 @@ { "name": "vue-schart", "description": "Vue.js wrapper for sChart.js", - "version": "1.0.0", + "version": "2.0.0", "author": "lin-xin <2981207131@qq.com>", "main": "src/vue-schart.vue", - "scripts": { - }, + "scripts": {}, "dependencies": { - "schart.js": "^2.0.0" + "schart.js": "^3.0.0" }, "repository": { "type": "git", @@ -24,4 +23,4 @@ "bugs": { "url": "https://github.com/lin-xin/vue-schart/issues" } -} +} \ No newline at end of file diff --git a/src/vue-schart.vue b/src/vue-schart.vue index da5fd46..2840327 100644 --- a/src/vue-schart.vue +++ b/src/vue-schart.vue @@ -5,59 +5,48 @@ \ No newline at end of file