From 64afa84a33b0be2fd5ade3ad8e1b22ce4d60a0e2 Mon Sep 17 00:00:00 2001 From: "Fangdun Cai (Fundon)" Date: Sat, 6 Aug 2016 14:28:54 +0800 Subject: [PATCH 1/3] pkg: freeze versions of vue bulma components --- package.json | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/package.json b/package.json index 70e0165c..fc0ff7ff 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "animate.css": "3.5.1", "animejs": "1.1.0", "babel-runtime": "6.11.6", - "bulma": "0.1.0", + "bulma": "0.1.2", "classnames": "2.2.5", "font-awesome": "4.6.3", "handsontable": "0.26.0", @@ -38,24 +38,24 @@ "nprogress": "0.2.0", "plotly.js": "1.15.x", "vue": "1.0.26", - "vue-bulma-breadcrumb": "github:vue-bulma/breadcrumb", - "vue-bulma-chartist": "github:vue-bulma/chartist", - "vue-bulma-chartjs": "github:vue-bulma/chartjs", - "vue-bulma-collapse": "github:vue-bulma/collapse", - "vue-bulma-datepicker": "github:vue-bulma/datepicker", - "vue-bulma-emoji": "github:vue-bulma/emoji", - "vue-bulma-jump": "github:vue-bulma/jump", - "vue-bulma-message": "github:vue-bulma/message", - "vue-bulma-modal": "github:vue-bulma/modal", - "vue-bulma-notification": "github:vue-bulma/notification", - "vue-bulma-progress-bar": "github:vue-bulma/progress-bar", - "vue-bulma-progress-tracker": "github:vue-bulma/progress-tracker", - "vue-bulma-rating": "github:vue-bulma/rating", - "vue-bulma-slider": "github:vue-bulma/slider", - "vue-bulma-switch": "github:vue-bulma/switch", - "vue-bulma-tabs": "github:vue-bulma/tabs", - "vue-bulma-tooltip": "github:vue-bulma/tooltip", - "vue-cleave": "github:vue-bulma/cleave", + "vue-bulma-breadcrumb": "1.0.0", + "vue-bulma-chartist": "1.0.0", + "vue-bulma-chartjs": "1.0.0", + "vue-bulma-collapse": "1.0.0", + "vue-bulma-datepicker": "1.1.0", + "vue-bulma-emoji": "0.0.1", + "vue-bulma-jump": "0.0.1", + "vue-bulma-message": "1.0.0", + "vue-bulma-modal": "1.0.0", + "vue-bulma-notification": "1.0.0", + "vue-bulma-progress-bar": "1.0.0", + "vue-bulma-progress-tracker": "0.0.1", + "vue-bulma-rating": "1.0.0", + "vue-bulma-slider": "1.0.0", + "vue-bulma-switch": "1.0.0", + "vue-bulma-tabs": "1.0.0", + "vue-bulma-tooltip": "1.0.0", + "vue-cleave": "1.0.0", "vue-peity": "0.3.0", "vue-resource": "0.9.3", "vue-router": "0.7.13", From fe921eac21671a0397dc742ff2208001980230f0 Mon Sep 17 00:00:00 2001 From: Rodrigo Vieira Date: Tue, 9 Aug 2016 16:19:56 -0400 Subject: [PATCH 2/3] readme url fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 25664cae..23a6a546 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ Its ongoing development is made possible thanks to the support by these awesome --- -> [fundon.me](https://fundun.me)  ·  +> [fundon.me](https://fundon.me)  ·  > GitHub [@fundon](https://github.com/fundon)  ·  > Twitter [@_fundon](https://twitter.com/_fundon) From ae07c2c64543caa7551b9ff7385f7584738ffd6f Mon Sep 17 00:00:00 2001 From: "Fangdun Cai (Fundon)" Date: Fri, 12 Aug 2016 13:37:30 +0800 Subject: [PATCH 3/3] Levelbar: fix typo, close #40 --- src/components/Levelbar.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Levelbar.vue b/src/components/Levelbar.vue index 5e6c3846..a992fb84 100644 --- a/src/components/Levelbar.vue +++ b/src/components/Levelbar.vue @@ -65,7 +65,7 @@ export default { if (item.subMenu) { if (item.link) { temp.push({ - lable: item.label, + label: item.label, link: item.link }) }