Getting prettier format document and eslint and vetur all working together

This commit is contained in:
2019-11-20 23:21:06 +00:00
parent f1abe42761
commit b2f48cd45a
5 changed files with 23 additions and 12 deletions

View File

@@ -1,4 +1,4 @@
/* XXXeslint-disable */
/* xxxeslint-disable */
/////////////////////////////////
// Menu utils and handlers
@@ -38,7 +38,9 @@ export default {
//LOGOUT
vm.appBar.menuItems.push({
title: window.$gz.locale.get("Logout"),
icon: "sign-out-alt",
key: "app:logout"
});
@@ -48,6 +50,7 @@ export default {
//HELP
vm.appBar.menuItems.push({
title: window.$gz.locale.get("MenuHelp"),
icon: "question-circle",
key: "app:help",
data: vm.appBar.helpUrl
@@ -58,6 +61,7 @@ export default {
title: window.$gz.locale.get("HelpAboutAyaNova"),
icon: "info-circle",
key: "app:nav:abt",
data: "about"
});
@@ -70,7 +74,7 @@ export default {
) {
//add customize menu item
//DIVIDER
//Insert the devider between context and global items
//Insert the devider between context and global items
vm.appBar.menuItems.push({ divider: true, inset: false });
//customize
vm.appBar.menuItems.push({