Skip to content

Commit

Permalink
🔨 refactor(jsmanage): 新增提示
Browse files Browse the repository at this point in the history
  • Loading branch information
Teeoo committed Dec 12, 2021
1 parent 305979f commit 2e02479
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/components/jsmanage/jsmanage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<q-card-section>
<div class="text-h6 text-center" @click="dialog = true">
当前服务器 JS 文件 - {{ manage.jslists?.length }}
<q-tooltip> 单击则新增Js </q-tooltip>
</div>
</q-card-section>
<q-card-section>
Expand Down
3 changes: 2 additions & 1 deletion src/components/jsmanage/store.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<template>
<q-card-section>
<div class="text-h6 text-center">
<div class="text-h6 text-center" @click="dialog = true">
store/cookie 常量储存管理 - {{ store.length }}
<q-tooltip> 单击则新增Store </q-tooltip>
</div>
</q-card-section>
<q-card-section>
Expand Down

0 comments on commit 2e02479

Please sign in to comment.