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\\AddTodo.vue?vue&type=template&id=0e8fb307&scoped=true&","dependencies":[{"path":"C:\\Vue\\src\\components\\AddTodo.vue","mtime":1607769906574},{"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 \"form\",\n {\n on: {\n submit: function($event) {\n $event.preventDefault()\n return _vm.onSubmit($event)\n }\n }\n },\n [\n _c(\"input\", {\n directives: [\n {\n name: \"model\",\n rawName: \"v-model\",\n value: _vm.title,\n expression: \"title\"\n }\n ],\n staticClass: \"text\",\n attrs: { type: \"text\" },\n domProps: { value: _vm.title },\n on: {\n input: function($event) {\n if ($event.target.composing) {\n return\n }\n _vm.title = $event.target.value\n }\n }\n }),\n _c(\"label\", { staticClass: \"right\" }, [\n _c(\"label\", {}, [_vm._v(\"Check if important\")]),\n _c(\"input\", {\n directives: [\n {\n name: \"model\",\n rawName: \"v-model\",\n value: _vm.picked,\n expression: \"picked\"\n }\n ],\n staticClass: \"form-radio-input ml-3\",\n attrs: { type: \"radio\", value: \"y\" },\n domProps: { checked: _vm._q(_vm.picked, \"y\") },\n on: {\n change: function($event) {\n _vm.picked = \"y\"\n }\n }\n }),\n _c(\"label\", {}, [_vm._v(\"yes\")]),\n _c(\"input\", {\n directives: [\n {\n name: \"model\",\n rawName: \"v-model\",\n value: _vm.picked,\n expression: \"picked\"\n }\n ],\n staticClass: \"form-radio-input ml-3\",\n attrs: { type: \"radio\", value: \"n\" },\n domProps: { checked: _vm._q(_vm.picked, \"n\") },\n on: {\n change: function($event) {\n _vm.picked = \"n\"\n }\n }\n }),\n _c(\"label\", {}, [_vm._v(\"no\")])\n ]),\n _c(\"button\", { attrs: { type: \"submit\" } }, [_vm._v(\"Create\")])\n ]\n )\n}\nvar staticRenderFns = []\nrender._withStripped = true\n\nexport { render, staticRenderFns }"]}
|