挂载Vue.prototype

106 阅读1分钟

位置:main.js

将一些使用频率较高的常量或方法,直接扩展到Vue.prototype上,每个Vue对象都会继承下来。

image.png

Tips:uniapp.dcloud.io/collocation…