import Vue from "vue"; function myProperty(param){ console.log(param) } Vue.prototype.$myProperty= myProperty;//拓展的可以是一个字符串变量, ...
確定! 回上一頁