Commit ac8bac53 authored by Mac's avatar Mac

1

parent d68cc002
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
map-options /> map-options />
</div> </div>
<div class="col-3"> <div class="col-3">
<q-input @keyup.enter.native="resetSearch" clearable standout="bg-primary text-white" v-model="msg.Content" <q-input @keyup.enter.native="resetSearch" @clear="resetSearch()" clearable standout="bg-primary text-white" v-model="msg.Content"
label="输入搜索内容" maxlength="20" /> label="输入搜索内容" maxlength="20" />
</div> </div>
<div class="col-6" style="color: red;display: flex;"> <div class="col-6" style="color: red;display: flex;">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment