0.1.0 • Published 3 years ago

shxsz1_mobile v0.1.0

Weekly downloads
2
License
ISC
Repository
-
Last release
3 years ago

mobile

基于vant-ui搜索组件封装的简单组件

mybadge 徽标

 <mybadge count="1"> 这是文字 </mybadge>

  <mybadge>
    这是文字
    <template slot="contentImg"><img src="../xxx.png" alt="" /></template>
  </mybadge>

Attributes

count    数字内容        type: Number   String

slots

contentImg    自定义徽标内容 

mysearch 搜索组件

 <mysearch hotStyle='true'> </mysearch>

Props

v-model  当前输入的值      type:String  

Attributes

history    搜索历史列表      type:Array
hotStyle   是否显示热搜样式   type:boolean   Default  false

Events

input      	输入框内容变化时触发   回调参数   value  type:String  (当前输入框的值)
onsearch    确定搜索时触发         回调参数   value   type:String (当前输入的值)