This repository has been archived on 2024-07-27. You can view files and clone it, but cannot push or open issues or pull requests.
keksAccountGUI/node_modulesOLD/.cache/vue-loader/70b58d76c407a6aabbbfd459819...

1 line
4.5 KiB
JSON

{"remainingRequest":"/home/soeren/dev/keksaccountgui/node_modules/vue-loader/lib/index.js??vue-loader-options!/home/soeren/dev/keksaccountgui/src/App.vue?vue&type=script&lang=js&","dependencies":[{"path":"/home/soeren/dev/keksaccountgui/src/App.vue","mtime":1561109150310},{"path":"/home/soeren/dev/keksaccountgui/node_modules/cache-loader/dist/cjs.js","mtime":499162500000},{"path":"/home/soeren/dev/keksaccountgui/node_modules/babel-loader/lib/index.js","mtime":499162500000},{"path":"/home/soeren/dev/keksaccountgui/node_modules/vuetify-loader/lib/loader.js","mtime":1549812933000},{"path":"/home/soeren/dev/keksaccountgui/node_modules/cache-loader/dist/cjs.js","mtime":499162500000},{"path":"/home/soeren/dev/keksaccountgui/node_modules/vue-loader/lib/index.js","mtime":499162500000}],"contextDependencies":[],"result":["//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n\nimport Menu from \"./components/Menu\";\nimport MenuMobile from \"./components/MenuMobile\"\n\nexport default {\n name: 'App',\n components: {\n 'Menu': Menu,\n 'MenuMobile': MenuMobile\n },\n data () {\n return {\n big: true,\n bgcolor: \"transparent\",\n flat: true,\n nameBig: '',\n nameSmall: '',\n menu: [\n { icon: 'home', title: 'Login' },\n { icon: 'info', title: 'Invited' },\n { icon: 'warning', title: 'Register' }\n ],\n menu2: [\n { icon: 'home', title: 'Apps' },\n { icon: 'info', title: 'Admin' },\n { icon: 'warning', title: 'Account' }\n ]\n }\n },\n computed: {\n setting: (name) => {\n //this.$store.getters.getSettingValue(this.$store.state, name);\n }\n },\n methods: {\n /*handleScroll: function (evt, el) {\n if(evt.pageY > 100) {\n this.big = false;\n this.bgcolor = \"#fff\";\n this.flat = false;\n } else {\n this.big = true;\n this.bgcolor = \"transparent\";\n this.flat = true;\n }\n }*/\n },\n mounted: function () {\n this.$store.dispatch('checkAccount');\n console.log(\"MOUNTED\");\n this.$store.dispatch('getSettings').then(() => {\n this.nameBig = this.$store.getters.getSettingValue(\"name_big\");\n this.nameSmall = this.$store.getters.getSettingValue(\"name_small\");\n });\n\n }\n}\n",{"version":3,"sources":["App.vue"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;AAmBA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA","file":"App.vue","sourceRoot":"src","sourcesContent":["<template>\n <v-app style=\"background-color:#ffffff\">\n <div v-if=\"$store.getters.getAllDataLoaded\">\n <Menu></Menu>\n <MenuMobile></MenuMobile>\n\n\n\n <v-content style=\"background-color: #fff;\">\n <router-view></router-view>\n </v-content>\n </div>\n <div v-if=\"!$store.getters.getAllDataLoaded\">\n Loading ...\n </div>\n </v-app>\n</template>\n\n<script>\nimport Menu from \"./components/Menu\";\nimport MenuMobile from \"./components/MenuMobile\"\n\nexport default {\n name: 'App',\n components: {\n 'Menu': Menu,\n 'MenuMobile': MenuMobile\n },\n data () {\n return {\n big: true,\n bgcolor: \"transparent\",\n flat: true,\n nameBig: '',\n nameSmall: '',\n menu: [\n { icon: 'home', title: 'Login' },\n { icon: 'info', title: 'Invited' },\n { icon: 'warning', title: 'Register' }\n ],\n menu2: [\n { icon: 'home', title: 'Apps' },\n { icon: 'info', title: 'Admin' },\n { icon: 'warning', title: 'Account' }\n ]\n }\n },\n computed: {\n setting: (name) => {\n //this.$store.getters.getSettingValue(this.$store.state, name);\n }\n },\n methods: {\n /*handleScroll: function (evt, el) {\n if(evt.pageY > 100) {\n this.big = false;\n this.bgcolor = \"#fff\";\n this.flat = false;\n } else {\n this.big = true;\n this.bgcolor = \"transparent\";\n this.flat = true;\n }\n }*/\n },\n mounted: function () {\n this.$store.dispatch('checkAccount');\n console.log(\"MOUNTED\");\n this.$store.dispatch('getSettings').then(() => {\n this.nameBig = this.$store.getters.getSettingValue(\"name_big\");\n this.nameSmall = this.$store.getters.getSettingValue(\"name_small\");\n });\n\n }\n}\n</script>\n"]}]}