//公共方法
const { proxy } = getCurrentInstance();
proxy.$commonData();
//这个没有问题
proxy.$commonData();
commonData 方法想在模版中使用,请问如何使用?
//公共方法
const { proxy } = getCurrentInstance();
proxy.$commonData();
//这个没有问题
proxy.$commonData();
commonData 方法想在模版中使用,请问如何使用?
13 回答13.1k 阅读
8 回答2.9k 阅读
2 回答5.3k 阅读✓ 已解决
5 回答1.5k 阅读
7 回答2.2k 阅读
3 回答1.3k 阅读✓ 已解决
5 回答1.5k 阅读
或者全局注册