取值运算符的一种用法:
//挂在一个放到到vue上 VUe.property.run = (number) => { return number } //在界面上行直接取值运算符 用这个方法 <h2>{{run(678)}}</h2> //界面上就会显示这个数字。