1 |
- (window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-6ded594d"],{"374e":function(t,e,o){"use strict";o.r(e);var n=function(){var t=this,e=t.$createElement,o=t._self._c||e;return o("li",{staticClass:"todo",class:{completed:t.todo.done,editing:t.editing}},[o("div",{staticClass:"view"},[o("input",{staticClass:"toggle",attrs:{type:"checkbox"},domProps:{checked:t.todo.done},on:{change:function(e){return t.toggleTodo(t.todo)}}}),o("label",{domProps:{textContent:t._s(t.todo.text)},on:{dblclick:function(e){t.editing=!0}}}),o("button",{staticClass:"destroy",on:{click:function(e){return t.deleteTodo(t.todo)}}})]),o("input",{directives:[{name:"show",rawName:"v-show",value:t.editing,expression:"editing"},{name:"focus",rawName:"v-focus",value:t.editing,expression:"editing"}],staticClass:"edit",domProps:{value:t.todo.text},on:{keyup:[function(e){return!e.type.indexOf("key")&&t._k(e.keyCode,"enter",13,e.key,"Enter")?null:t.doneEdit.apply(null,arguments)},function(e){return!e.type.indexOf("key")&&t._k(e.keyCode,"esc",27,e.key,["Esc","Escape"])?null:t.cancelEdit.apply(null,arguments)}],blur:t.doneEdit}})])},i=[],d=(o("498a"),{name:"Todo",directives:{focus:function(t,e,o){var n=e.value,i=o.context;n&&i.$nextTick((function(){t.focus()}))}},props:{todo:{type:Object,default:function(){return{}}}},data:function(){return{editing:!1}},methods:{deleteTodo:function(t){this.$emit("deleteTodo",t)},editTodo:function(t){var e=t.todo,o=t.value;this.$emit("editTodo",{todo:e,value:o})},toggleTodo:function(t){this.$emit("toggleTodo",t)},doneEdit:function(t){var e=t.target.value.trim(),o=this.todo;e?this.editing&&(this.editTodo({todo:o,value:e}),this.editing=!1):this.deleteTodo({todo:o})},cancelEdit:function(t){t.target.value=this.todo.text,this.editing=!1}}}),u=d,r=o("2877"),c=Object(r["a"])(u,n,i,!1,null,null,null);e["default"]=c.exports},"498a":function(t,e,o){"use strict";var n=o("23e7"),i=o("58a8").trim,d=o("c8d2");n({target:"String",proto:!0,forced:d("trim")},{trim:function(){return i(this)}})},5899:function(t,e){t.exports="\t\n\v\f\r \u2028\u2029\ufeff"},"58a8":function(t,e,o){var n=o("e330"),i=o("1d80"),d=o("577e"),u=o("5899"),r=n("".replace),c="["+u+"]",s=RegExp("^"+c+c+"*"),a=RegExp(c+c+"*$"),l=function(t){return function(e){var o=d(i(e));return 1&t&&(o=r(o,s,"")),2&t&&(o=r(o,a,"")),o}};t.exports={start:l(1),end:l(2),trim:l(3)}},c8d2:function(t,e,o){var n=o("5e77").PROPER,i=o("d039"),d=o("5899"),u="
";t.exports=function(t){return i((function(){return!!d[t]()||u[t]()!==u||n&&d[t].name!==t}))}}}]);
|