vue+node 購物車列表功能實現

二.路由 購物車列表頁面的路由在src/router/index.js裏定義 { path: '/cart', name: 'Cart', component:Cart }, 引入這個cart 這個組件 import Cart from '@/views/Cart' 一.組件的複用 1.要先引入組件 import NavHeader from './../components/NavH
相關文章
相關標籤/搜索