iT邦幫忙

garrodran99 的所有留言 7

vue & vuex 28 - custom Directive (toggle password)

有個問題 v-test:ironman.2017="vue" 這裡面的 vue 要用單引號包起來, 即v-test:ironman.2017...

2017-10-29 ‧ 由 garrodran99 留言

vue & vuex 15 - 經典 todo list - III (update)

Esc取消時e.target.value = this.item.title; 應該是 e.target.value = this.item.content;...

2017-10-24 ‧ 由 garrodran99 留言

vue & vuex 14 - 經典 todo list - II (改變狀態與 delete)

改變狀態套用 vuex 因此不能使用 v-model 做雙向綁定,會報錯誤1. 將 list 的 value bind 到 input checked 屬性上,...

2017-10-22 ‧ 由 garrodran99 留言

vue & vuex 14 - 經典 todo list - II (改變狀態與 delete)

還有想問下, this.newTodo = ''; 這個放在組件裡面直接修改, 是不是不太好?newTodo 我覺得也要放進去 mutation 裡面修改,...

2017-10-20 ‧ 由 garrodran99 留言

vue & vuex 14 - 經典 todo list - II (改變狀態與 delete)

我的Delete 和 Toggle 是這樣, 進行了簡化 [types.DELELTE_TODO] (state, key) { var index...

2017-10-20 ‧ 由 garrodran99 留言

vue & vuex 11 - 計數器 - I (vuex 職權與流程說明)

檔名 getter.js 應該是有s 的, 應該是 getters.js

2017-10-20 ‧ 由 garrodran99 留言

vue & vuex 09 - component - III (slot 在元件上鑽洞)

Bootstrap 的css 要用3.3.7 版本才能正常, 用 4.0 的就爛了

2017-10-18 ‧ 由 garrodran99 留言