this in Vue Every Vue instance has an option for methods. ... createApp({ data() { return { count: 4 }; }, methods: { increment() ...
確定! 回上一頁