Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/components/Levelbar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export default {
if (item.subMenu) {
if (item.link) {
temp.push({
lable: item.label,
label: item.label,
link: item.link
})
}
Expand Down