1、定義元件
<template>
<div class = 'smList'>
this is test page;
<div>
</template>複製程式碼
2、匯入元件
import test_bbb form './test'複製程式碼
3、註冊元件
export default {
components:{test_bbb},
}複製程式碼
4、元件使用
<test_bbb></test_bbb>複製程式碼
1、定義元件
<template>
<div class = 'smList'>
this is test page;
<div>
</template>複製程式碼
2、匯入元件
import test_bbb form './test'複製程式碼
3、註冊元件
export default {
components:{test_bbb},
}複製程式碼
4、元件使用
<test_bbb></test_bbb>複製程式碼