Vue.prototype.GLOBAL中的.GLOBAL,是自己隨意定義的還是有規定寫法的,我看有的人家帶$到底是什么意思 import global_ from './components/Global'//引用文件 Vue.prototype.GLOBAL = global_//掛載到Vue實例上面 查看完整描述