Getting prettier format document and eslint and vetur all working together
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user