vue中,
在script中调用属性和方法,需要使用this
在template使用属性、方法,可以省略this:
因为vue在解析template时使用了with(this),改变了template中的顶层作用域