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({
|
||||
|
||||
@@ -58,6 +58,7 @@
|
||||
export default {
|
||||
beforeCreate() {
|
||||
//debugger;
|
||||
//this is a nothing line as a test
|
||||
//check pre-requisites exist just in case
|
||||
if (window.$gz.errorHandler.devMode()) {
|
||||
if (!window.$gz.dayjs) {
|
||||
|
||||
Reference in New Issue
Block a user