发布网友
共1个回答
热心网友
1. 点击事件函数内应改为vm.message = "第二个是我"。
2. 不建议直接这样使用。button应该包含在#apps内部,并在button上使用v-on:click调用vue中定义的methods。