方法1:
methods1(){
console.log(' 方法1 ')
}
方法2:
methods2(){
console.log(' 方法2 ')
this.$options.methods.methods1()