shxsz1_mobile

0.1.0 • Public • Published

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 (当前输入的值)   

Readme

Keywords

Package Sidebar

Install

npm i shxsz1_mobile

Weekly Downloads

0

Version

0.1.0

License

ISC

Unpacked Size

260 kB

Total Files

32

Last publish

Collaborators

  • xsz0805