vue中methods函數調用methods函數寫法

vue中methods函數調用methods函數寫法 1 export default { 2 data() { 3 return { 4 hello:"你好" 5 } 6 }, 7 methods:{ 8 open(that) { 9 that.hello = "hello world!" 10 }, 11
相關文章
相關標籤/搜索