Vue入门

1. 运行脚手架创建一个项目
 
2. render函数:
 
3. store
全局变量缓存
 
4. directive
自定义指令
 
5. vue动态组件component:
 
6. path.resolve():拼接路径
 
7. Router
 
8. import ... from
 
9. const{a} = {a:1, b:2}
等价于:
const obj = {a:1, b:2}
const a = obj.a
posted @ 2022-05-06 08:52  dvkc  阅读(25)  评论(0)    收藏  举报