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) 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", 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 }) }