mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 03:25:12 +08:00
地图输入框回车执行搜索
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
v-model="inputObject.userInput"
|
||||
placeholder="请输入你要查找的关键词"
|
||||
type="text"
|
||||
@keyup.enter.native="send"
|
||||
></el-input>
|
||||
<el-button style="width: 85px" type="primary" @click="send"
|
||||
>搜索
|
||||
|
||||
Reference in New Issue
Block a user