Look at the Nuxt 3 documentation to learn more.
簡報: https://www.canva.com/design/DAF-1weIj3Y/KqWlEarn84qmsBpJtaOCJg/edit?utm_content=DAF-1weIj3Y&utm_campaign=designshare&utm_medium=link2&utm_source=sharebutton
安裝:
npm install
Start the development server on http://localhost:3000
:
npm run dev
Build the application for production:
npm run build
Locally preview production build:
# npm
npm run preview
解決: 因為 v-for 的東西是計算屬性, 他在一開始的時候會是 null, 這樣就導致了後面渲染失敗引發的問題
Check out the deployment documentation for more information.