国产成人精品亚洲777人妖,欧美日韩精品一区视频,最新亚洲国产,国产乱码精品一区二区亚洲

您的位置:首頁技術文章
文章詳情頁

Vue+Vant實現頂部搜索欄

瀏覽:5日期:2022-09-29 08:15:01

本文實例為大家分享了Vue+Vant實現頂部搜索欄的具體代碼,供大家參考,具體內容如下

搜索欄組件源碼(SearchBar.vue)

<template> <section class='city-search'> <van-icon name='search' /> <input placeholder='在此輸入檢索關鍵字' v-model='KeyWord'> <van-icon name='clear' v-show='KeyWord' @click='clearSearchInput' /> </section></template> <script>export default { data() {return { KeyWord: ’’,} }, methods: {clearSearchInput() { this.KeyWord = ’’;} }}</script> <!-- Add 'scoped' attribute to limit CSS to this component only --><style> .city-search {background-color: #F7F8FA;display: flex;justify-content: flex-start;align-items: center;height: 2.3rem;width: 94vw;margin: 2vw 4vw;border-radius: 8px; } .search-icon { margin-left: 5px; } input { margin: 0 1.5vw; background-color: #F7F8FA; border: 0px; font-size: 14px; flex: 1 } .clear-icon { color: #999;} </style>其他組件依賴引用檢索組件

首頁引用搜索組件:

<template> <div> <search></search>首頁 </div></template> <script>import Search from ’@/components/SearchBar’export default { name: 'home', components: { ’search’: Search, },}</script> <!-- Add 'scoped' attribute to limit CSS to this component only --><style> </style>

效果截圖:

Vue+Vant實現頂部搜索欄

以上就是本文的全部內容,希望對大家的學習有所幫助,也希望大家多多支持好吧啦網。

標簽: Vue
相關文章:
主站蜘蛛池模板: 侯马市| 贡山| 乌鲁木齐市| 永宁县| 苍山县| 洞头县| 历史| 大洼县| 勃利县| 临猗县| 石城县| 石林| 荔波县| 长顺县| 睢宁县| 天津市| 项城市| 沭阳县| 类乌齐县| 将乐县| 南木林县| 车险| 清远市| 马鞍山市| 密山市| 莱阳市| 通化市| 高淳县| 广平县| 南江县| 呼伦贝尔市| 南汇区| 芮城县| 道真| 介休市| 淮南市| 正蓝旗| 伊宁市| 二连浩特市| 武功县| 东丽区|