Skip to content
This repository has been archived by the owner on Oct 8, 2022. It is now read-only.

Commit

Permalink
downgraded to vue@2.6.10 bc vuejs/vue#10939
Browse files Browse the repository at this point in the history
  • Loading branch information
yangwao committed Feb 12, 2020
1 parent 67d723e commit c320ce3
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 227 deletions.
2 changes: 1 addition & 1 deletion dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"buefy": "^0.8.10",
"core-js": "^2.6.5",
"file-saver": "^2.0.2",
"vue": "^2.6.11",
"vue": "2.6.10",
"vue-class-component": "^7.2.2",
"vue-clipboard2": "^0.3.1",
"vue-property-decorator": "^8.4.0",
Expand Down
22 changes: 10 additions & 12 deletions dashboard/src/components/SidebarMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -105,18 +105,16 @@ export default class SidebarMenu extends Vue {
to: '/settings',
tag: 'router-link',
},
// {
// name: 'Github',
// icon: 'code-branch',
// to: 'https://github.com/vue-polkadot/apps',
// tag: 'a',
// },
// {
// name: 'Wiki',
// icon: 'book',
// to: 'https://wiki.polkadot.network/',
// tag: 'a',
// },
{
name: 'Github',
icon: 'code-branch',
to: 'https://github.com/vue-polkadot/apps',
},
{
name: 'Wiki',
icon: 'book',
to: 'https://wiki.polkadot.network/',
},
];
public currentRow: any = this.sidebar[0];
public isSidebarClosed = true;
Expand Down

0 comments on commit c320ce3

Please sign in to comment.