關於 Vue Cli Vue組件
組件
一個組件匯入另一個組件的方式
| components
| |-widget
| | |- Card.vue
| views
| |- About.vue
#components/widget/Card.vue <script> |
#views/About.vue <script> export default { name:'About', |
參考資料
關於 Vue Cli Vue組件
一個組件匯入另一個組件的方式
| components
| |-widget
| | |- Card.vue
| views
| |- About.vue
#components/widget/Card.vue <script> |
#views/About.vue <script> export default { name:'About', |