Skip to content

Commit

Permalink
feat: update pwa infos
Browse files Browse the repository at this point in the history
  • Loading branch information
Miofly committed Jul 18, 2023
1 parent 52aec25 commit 922dec3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions admin/src/views/comp/demo/extend/search/use-popover.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script setup lang="ts">
import SearchContent from '@/components/search/search-content.vue';
// import SearchContent from '@/components/search/search-content.vue';
const searchValue = ref('');
const visible = ref(false);
Expand All @@ -15,8 +15,8 @@ const searchRef = ref();
placeholder="请输入关键字"
ref="searchRef"
>
<search-content ref="searchContentRef" v-model:visible="visible"
:search-value="searchValue"/>
<!-- <search-content ref="searchContentRef" v-model:visible="visible"-->
<!-- :search-value="searchValue"/>-->
</vft-search>
<br/>
<br/>
Expand Down

1 comment on commit 922dec3

@vercel
Copy link

@vercel vercel bot commented on 922dec3 Jul 18, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

vue-admin-plus – ./

vue-admin-plus-miofly.vercel.app
vue-admin-plus-git-main-miofly.vercel.app
demo.wflynn.cn

Please sign in to comment.