中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

vue如何自定義封裝按鈕組件

發布時間:2021-09-24 16:48:54 來源:億速云 閱讀:317 作者:小新 欄目:開發技術

這篇文章主要介紹vue如何自定義封裝按鈕組件,文中介紹的非常詳細,具有一定的參考價值,感興趣的小伙伴們一定要看完!

具體內容如下

封裝按鈕組件 button.vue

<template>
  <button class="button ellipsis" :class="[size,type]">
    <slot />
  </button>
</template>
<script>
export default {
  name: 'Button',
  props: {
    size: {
      type: String,
      default: 'middle'
    },
    type: {
      type: String,
      default: 'default'
    }
  }
}
</script>
<style scoped lang="less">
.button {
  appearance: none;
  border: none;
  outline: none;
  background: #fff;
  text-align: center;
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
}
.large {
  width: 240px;
  height: 50px;
  font-size: 16px;
}
.middle {
  width: 180px;
  height: 50px;
  font-size: 16px;
}
.small {
  width: 100px;
  height: 32px;
  font-size: 14px;  
}
.mini {
  width: 60px;
  height: 32px;
  font-size: 14px;  
}
.default {
  border-color: #e4e4e4;
  color: #666;
}
.primary {
  border-color: #27BA9B;;
  background: #27BA9B;;
  color: #fff;
}
.plain {
  border-color:#27BA9B;;
  color:#27BA9B;;
  background: lighten(#27BA9B;,50%);
}
.gray {
  border-color: #ccc;
  background: #ccc;;
  color: #fff;
}
</style>

封裝組件的使用

<Button type="primary" >自定義按鈕名字</Button>
<Button type="primary" >加入購物車</Button>

實現效果

vue如何自定義封裝按鈕組件

以上是“vue如何自定義封裝按鈕組件”這篇文章的所有內容,感謝各位的閱讀!希望分享的內容對大家有幫助,更多相關知識,歡迎關注億速云行業資訊頻道!

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

vue
AI

申扎县| 桃园县| 英山县| 浠水县| 巴中市| 西乌| 威信县| 沙洋县| 黄骅市| 石楼县| 友谊县| 阿荣旗| 台山市| 嘉兴市| 巴塘县| 阜新市| 札达县| 吴忠市| 巴林左旗| 肃北| 元氏县| 浑源县| 中方县| 茶陵县| 五指山市| 新巴尔虎右旗| 汝南县| 高密市| 英山县| 北宁市| 睢宁县| 英吉沙县| 奎屯市| 怀柔区| 康保县| 华亭县| 陵川县| 阿图什市| 罗山县| 琼中| 滕州市|