参考说明:https://www.bbsmax.com/A/QW5Y8oxBJm/
每个components文件夹下最多只有一层文件夹,且文件夹名称为组件的名称,文件夹下必须有index.vue或index.js,其他.vue文件统一大写开头(Pascal case),components下的子文件夹名称统一大写开头(PascalCase)
index.vue
index.js
components
在components下的index.js 导出自己的自定义组件
在所需的界面中使用组件以及效果
效果