Skip to content

Instantly share code, notes, and snippets.

View meilihao's full-sized avatar

chenhao meilihao

  • Hangzhou, Zhejiang, China
View GitHub Profile
@meilihao
meilihao / select_debounce.vue
Last active March 30, 2019 05:13
vue lodash延迟搜索
// element-ui
<template>
<span>
<el-select
v-model="groupName"
filterable
remote
reserve-keyword
placeholder="请输入主账号名称"
:remote-method="handleSearch"
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>Document</title>
<script src="https://cdn.jsdelivr.net/npm/vue"></script>
</head>
<body>