vue中不同暴露方法的js的引入

310 阅读1分钟

第一种引入方法 export default 暴露方式

image.png

引入片段

image.png

第二种引入方法 组件引入

暴露方式

image.png

引入片段

image.png