跟着敲得代码,检查了代码没有问题,但是还是要报错
是methods不是method,另外data不要直接写对象,写一个函数返回对象
data () { return { XXX:'xxxx' } }, methods: { XXXXXX(){ } },