mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-09-24 13:03:30 +08:00
添加分享中心和配置界面互相跳转的按钮
This commit is contained in:
@@ -90,6 +90,16 @@
|
||||
>
|
||||
<q-pagination v-model="currentPage" :max="maxPages" input />
|
||||
</div>
|
||||
<div class="absolute" :style="{ right: '25px', bottom: '12px' }">
|
||||
<q-btn
|
||||
color="primary"
|
||||
flat
|
||||
to="/configuration"
|
||||
label="主配置界面"
|
||||
icon="tune"
|
||||
>
|
||||
</q-btn>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
Reference in New Issue
Block a user