摘要: ##export (对外接口) ##export default ####上面代码的两组写法,第一组是使用export default时,对应的import语句不需要使用大括号;第二组是不使用export default时,对应的import语句需要使用大括号。 ####export default 阅读全文
posted @ 2021-02-01 21:14 17135131xjt 阅读(155) 评论(0) 推荐(0) 编辑