vue 搜索功能

这篇博客展示了如何使用Vue.js实现一个简单的搜索功能。通过在输入框中输入关键字,它能实时过滤并显示匹配的数据。博客中提供了HTML、CSS和JavaScript代码示例,详细解释了Vue实例的设置以及如何结合`v-model`和`v-for`指令实现数据过滤。
摘要由CSDN通过智能技术生成

<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>无标题文档</title>
    <script src="js/vue.min.js"></script>
</head>

<body>
    <style>
        *{margin: 0;padding: 0;}
        .c_f:after{clear: both;content: '';display: table;}
        .c_f{zoom:1;}
        
        .container{width: 1000px;}
        .sy_item_wrap{margin: 10px 0;clear: both;}
        .sy_item{font-size: 12px;line-height: 18px;color: #333;padding: 0 5px;float: left;}
        .sy_ziti{margin-top: 10px;}
        .sy_ziti p{font-size:12px;line-height: 24px;float: left;width: 50%;}
    </style>
    <div class="container" id="app">
        <div class="search">
            <input type="text" v-model="searchTop" /&

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值