1 |
- {"remainingRequest":"C:\\Vue\\node_modules\\vue-loader\\lib\\loaders\\templateLoader.js??vue-loader-options!C:\\Vue\\node_modules\\cache-loader\\dist\\cjs.js??ref--0-0!C:\\Vue\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!C:\\Vue\\src\\views\\Tasks.vue?vue&type=template&id=5f49cac4&scoped=true&","dependencies":[{"path":"C:\\Vue\\src\\views\\Tasks.vue","mtime":1607779132756},{"path":"C:\\Vue\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"C:\\Vue\\node_modules\\vue-loader\\lib\\loaders\\templateLoader.js","mtime":499162500000},{"path":"C:\\Vue\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"C:\\Vue\\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 _c(\"h2\", [_vm._v(\"Tasks application\")]),\n _c(\n \"router-link\",\n { staticClass: \"btn btn-primary\", attrs: { to: \"/\" } },\n [_vm._v(\"Back\")]\n ),\n _c(\"hr\"),\n _c(\"AddTask\", { on: { \"add-task\": _vm.addTask } }),\n _c(\n \"select\",\n {\n directives: [\n {\n name: \"model\",\n rawName: \"v-model\",\n value: _vm.filter,\n expression: \"filter\"\n }\n ],\n staticClass: \"form-select\",\n on: {\n change: function($event) {\n var $$selectedVal = Array.prototype.filter\n .call($event.target.options, function(o) {\n return o.selected\n })\n .map(function(o) {\n var val = \"_value\" in o ? o._value : o.value\n return val\n })\n _vm.filter = $event.target.multiple\n ? $$selectedVal\n : $$selectedVal[0]\n }\n }\n },\n [\n _c(\"option\", { attrs: { value: \"all\" } }, [_vm._v(\"All\")]),\n _c(\"option\", { attrs: { value: \"completed\" } }, [\n _vm._v(\"Completed\")\n ]),\n _c(\"option\", { attrs: { value: \"not-completed\" } }, [\n _vm._v(\"Not Completed\")\n ]),\n _c(\"option\", { attrs: { value: \"important\" } }, [\n _vm._v(\"Important\")\n ]),\n _c(\"option\", { attrs: { value: \"not-important\" } }, [\n _vm._v(\"Not Important\")\n ])\n ]\n ),\n _c(\"hr\"),\n _vm.filteredTasks.length\n ? _c(\"TaskList\", {\n attrs: { tasks: _vm.filteredTasks },\n on: { \"remove-task\": _vm.removeTask }\n })\n : _c(\"p\", [_vm._v(\"No tasks!\")])\n ],\n 1\n )\n}\nvar staticRenderFns = []\nrender._withStripped = true\n\nexport { render, staticRenderFns }"]}
|