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/97eecc1ec7f58f8bba3e02ddb31a0804.json

1 line
5.9 KiB
JSON
Raw Normal View History

2019-08-11 18:48:02 +00:00
{"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/ListApps.vue?vue&type=template&id=89992b2c&","dependencies":[{"path":"/home/soeren/dev/keksaccountgui/src/views/ListApps.vue","mtime":1563525649153},{"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(\n \"v-container\",\n { attrs: { \"grid-list-md\": \"\" } },\n [\n _c(\n \"v-layout\",\n { attrs: { row: \"\", wrap: \"\" } },\n [\n _c(\n \"v-flex\",\n { attrs: { md12: \"\" } },\n [\n _c(\n \"v-btn\",\n {\n staticStyle: { float: \"right\" },\n attrs: { color: \"success\" },\n on: {\n click: function($event) {\n return _vm.$router.push({ name: \"newApp\" })\n }\n }\n },\n [_vm._v(\"Add App\")]\n ),\n _c(\"h1\", [_vm._v(\"Apps\")]),\n _c(\"br\"),\n _c(\"br\"),\n _c(\"p\", [_vm._v(\"Here you can Administrate your apps\")])\n ],\n 1\n )\n ],\n 1\n ),\n _c(\n \"v-layout\",\n { attrs: { row: \"\", wrap: \"\" } },\n _vm._l(_vm.apps, function(item, index) {\n return _c(\n \"v-flex\",\n { attrs: { md4: \"\", xs12: \"\", \"text-xs-center\": \"\" } },\n [\n _c(\n \"v-card\",\n [\n _c(\n \"v-layout\",\n [\n _c(\n \"v-flex\",\n { attrs: { xs5: \"\" } },\n [\n _c(\"v-img\", {\n attrs: {\n src: _vm.getImageUrl(item.id),\n height: \"125px\",\n contain: \"\"\n }\n })\n ],\n 1\n ),\n _c(\n \"v-flex\",\n { attrs: { xs7: \"\" } },\n [\n _c(\n \"v-card-title\",\n { attrs: { \"primary-title\": \"\" } },\n [\n _c(\"div\", [\n _c(\"div\", { staticClass: \"headline\" }, [\n _vm._v(_vm._s(item.name))\n ]),\n _c(\"div\", [\n