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/7f7f98c23725684fb58cd1571b1...

1 line
4.3 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":1558519694887},{"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//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n\nimport HelloWorld from './components/HelloWorld'\nimport Startpage from './components/Startpage'\n\nexport default {\n name: 'App',\n components: {\n HelloWorld,\n Startpage\n },\n data () {\n return {\n big: true,\n bgcolor: \"transparent\",\n flat: true,\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 methods: {\n handleScroll: function (evt, el) {\n if(evt.pageY > 50) {\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}\n",{"version":3,"sources":["App.vue"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAqCA;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","file":"App.vue","sourceRoot":"src","sourcesContent":["<template>\n <v-app v-scroll=\"handleScroll\">\n <v-toolbar app :flat=\"flat\" :prominent=\"big\" :dense=\"!big\" :color=\"bgcolor\" clipped-left >\n <v-toolbar-title class=\"headline text-uppercase\" >\n <span>Keks</span>\n <span class=\"font-weight-light\">Account</span>\n </v-toolbar-title>\n <v-spacer></v-spacer>\n <v-toolbar-items class=\"hidden-sm-and-down\">\n <v-btn\n v-for=\"item in menu\"\n :key=\"item.icon\"\n :to=\"item.link\"\n flat\n >{{ item.title }}</v-btn>\n </v-toolbar-items>\n <v-menu class=\"hidden-md-and-up\">\n <v-toolbar-side-icon slot=\"activator\"></v-toolbar-side-icon>\n <v-list>\n <v-list-tile v-for=\"item in menu\" :key=\"item.icon\">\n <v-list-tile-content>\n <v-list-tile-title>{{ item.title }}</v-list-tile-title>\n </v-list-tile-content>\n </v-list-tile>\n </v-list>\n </v-menu>\n\n </v-toolbar>\n\n\n <v-content style=\"background-color: #fff;\">\n <Startpage/>\n </v-content>\n </v-app>\n</template>\n\n<script>\nimport HelloWorld from './components/HelloWorld'\nimport Startpage from './components/Startpage'\n\nexport default {\n name: 'App',\n components: {\n HelloWorld,\n Startpage\n },\n data () {\n return {\n big: true,\n bgcolor: \"transparent\",\n flat: true,\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 methods: {\n handleScroll: function (evt, el) {\n if(evt.pageY > 50) {\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}\n</script>\n"]}]}