分类
- 第三方组件
- 自定义组件
- 对象组件
- vue 单文件组件
- template 组件
局部组件 - 对象组件
1 | new Vue({ |
全局组件 - 对象组件
1 | import Vue from 'vue'; |
vue 单文件组件
components/comp.vue
1 | <template> |
1 | <template> |
vue 模板组件
public/index.html
1 | <!DOCTYPE html> |
全局注册:
1 | <template> |
局部注册:
1 | <template> |
props
1 | //第一种 |
I'm so cute. Please give me money.
- Post link: https://blog.gaocaipeng.com/2020/06/26/tb3bz4/
- Copyright Notice: All articles in this blog are licensed under unless otherwise stated.