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

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

Vue+Vant實現頂部搜索欄

瀏覽:3日期: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
相關文章:
主站蜘蛛池模板: 肇源县| 资中县| 达拉特旗| 枣阳市| 成都市| 淳化县| 孝昌县| 福建省| 崇左市| 涟水县| 九台市| 芦山县| 新河县| 若羌县| 扶沟县| 成安县| 缙云县| 岱山县| 城口县| 驻马店市| 即墨市| 太仓市| 华宁县| 甘谷县| 绥阳县| 高要市| 黔西| 饶阳县| 四川省| 杨浦区| 宾阳县| 天长市| 明溪县| 凤台县| 永登县| 壤塘县| 电白县| 兴国县| 葫芦岛市| 永靖县| 如皋市|