vue的学习之组件

vue组件 在<template></template>标签中使用组件<Appbar></Appbar> 在<script></script>标签中导入组件:import Appbar from '../components/Appbar' 在<script></script>标签中的export default{}中注册组件:components:{Appbar: Appbar} vue中使用动
相关文章
相关标签/搜索