91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

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

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

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

县级市| 美姑县| 高清| 宿迁市| 西峡县| 马山县| 华宁县| 布拖县| 文登市| 娱乐| 呈贡县| 博兴县| 教育| 烟台市| 托克逊县| 平定县| 鄄城县| 北宁市| 武鸣县| 宾川县| 乌鲁木齐县| 平潭县| 海晏县| 彭泽县| 沧州市| 内黄县| 成都市| 怀柔区| 台东市| 延吉市| 禹城市| 资兴市| 金乡县| 桑植县| 高邮市| 通化市| 新河县| 盐源县| 资阳市| 重庆市| 阳江市|