
简介
该用户还未填写简介
擅长的技术栈
未填写擅长的技术栈
可提供的服务
暂无可提供的服务
Vue两种暴露方法
Vue两种暴露方法用export default{}export default{name:'student',data(){}}import student from '上面代码所处文件路径'一般用于在js中使用function 动态资源只用export,也叫分别暴露export const a={}export const b={}import {a,b} from '上面代码所处文件路径'一
到底了







