Uni-App - 自定義組件 - 自定義組件建立及使用

建立自定義組件 一、新建 組件.vue 文件 二、組件文檔結構 <template name="組件名稱"> <view> ...... </view> </template> <script> export default { name: "組件名稱", //屬性 props: { 屬性名稱: { type: String,//屬性類型 value: "值"
相關文章
相關標籤/搜索