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

1 line
4.6 KiB
JSON

{"remainingRequest":"/home/soeren/dev/keksaccountgui/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!/home/soeren/dev/keksaccountgui/node_modules/vuetify-loader/lib/loader.js!/home/soeren/dev/keksaccountgui/node_modules/cache-loader/dist/cjs.js??ref--0-0!/home/soeren/dev/keksaccountgui/node_modules/vue-loader/lib/index.js??vue-loader-options!/home/soeren/dev/keksaccountgui/src/views/Login.vue?vue&type=template&id=26084dc2&","dependencies":[{"path":"/home/soeren/dev/keksaccountgui/src/views/Login.vue","mtime":1558712901129},{"path":"/home/soeren/dev/keksaccountgui/node_modules/cache-loader/dist/cjs.js","mtime":499162500000},{"path":"/home/soeren/dev/keksaccountgui/node_modules/vue-loader/lib/loaders/templateLoader.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":["var render = function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\n \"div\",\n {},\n [\n _c(\"div\", { staticClass: \"header\" }),\n _c(\n \"v-container\",\n { attrs: { \"grid-list-md\": \"\" } },\n [\n _c(\n \"v-layout\",\n { attrs: { row: \"\", wrap: \"\" } },\n [\n _c(\"v-flex\", { attrs: { md4: \"\" } }),\n !_vm.$store.state.loggedIn\n ? _c(\n \"v-flex\",\n { attrs: { md4: \"\" } },\n [\n _c(\"h1\", [_vm._v(\"Login\")]),\n _vm.errorMessage\n ? _c(\n \"v-alert\",\n { attrs: { value: true, type: \"error\" } },\n [\n _vm._v(\n \"\\n \" +\n _vm._s(_vm.errorMessage) +\n \"\\n \"\n )\n ]\n )\n : _vm._e(),\n _c(\"p\", [\n _vm._v(\n \"Login to your \" +\n _vm._s(_vm.nameBig) +\n _vm._s(_vm.nameSmall) +\n \" with your credentials.\"\n )\n ]),\n _c(\"v-text-field\", {\n attrs: { label: \"Username\", value: \"\" },\n model: {\n value: _vm.username,\n callback: function($$v) {\n _vm.username = $$v\n },\n expression: \"username\"\n }\n }),\n _c(\"v-text-field\", {\n attrs: {\n label: \"Password\",\n value: \"\",\n type: \"password\"\n },\n model: {\n value: _vm.password,\n callback: function($$v) {\n _vm.password = $$v\n },\n expression: \"password\"\n }\n }),\n _c(\n \"v-btn\",\n {\n attrs: { color: \"success\" },\n on: { click: _vm.login }\n },\n [_vm._v(\"\\n Login\\n \")]\n )\n ],\n 1\n )\n : _vm._e(),\n _vm.$store.state.loggedIn\n ? _c(\"v-flex\", { attrs: { md4: \"\" } }, [\n _c(\"p\", [\n _vm._v(\n \"Hallo \" +\n _vm._s(_vm.$store.getters.getMe[\"username\"]) +\n \", du bist bereits eingeloggt.\"\n )\n ])\n ])\n : _vm._e()\n ],\n 1\n )\n ],\n 1\n )\n ],\n 1\n )\n}\nvar staticRenderFns = []\nrender._withStripped = true\n\nexport { render, staticRenderFns }"]}