vue的學習之組件

vue組件 在<template></template>標籤中使用組件<Appbar></Appbar> 在<script></script>標籤中導入組件:import Appbar from '../components/Appbar' 在<script></script>標籤中的export default{}中註冊組件:components:{Appbar: Appbar} vue中使用動
相關文章
相關標籤/搜索