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\\components\\TaskItem.vue?vue&type=template&id=0e991e68&scoped=true&","dependencies":[{"path":"C:\\Vue\\src\\components\\TaskItem.vue","mtime":1607780133771},{"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(\"li\", { attrs: { \"list-group\": \"\" } }, [\n _c(\"span\", { class: { done: _vm.task.completed } }, [\n _c(\"input\", {\n staticClass: \"form-check-label\",\n attrs: { type: \"checkbox\" },\n on: {\n change: function($event) {\n _vm.task.completed = !_vm.task.completed\n }\n }\n }),\n _c(\"span\", { class: { imp: _vm.task.important } }, [\n _c(\"strong\", [_vm._v(\" \" + _vm._s(_vm.index + 1) + \" \")])\n ]),\n _c(\"span\", { staticClass: \"font-monospace\" }, [\n _vm._v(\" \" + _vm._s(_vm.task.title) + \" \")\n ])\n ]),\n _c(\n \"button\",\n {\n staticClass: \"rm\",\n on: {\n click: function($event) {\n return _vm.$emit(\"remove-task\", _vm.task.id)\n }\n }\n },\n [_vm._v(\"\\n ×\\n \")]\n )\n ])\n}\nvar staticRenderFns = []\nrender._withStripped = true\n\nexport { render, staticRenderFns }"]}
|