add settings page

This commit is contained in:
MaysWind
2023-06-24 21:27:27 +08:00
parent 2bcdfe778a
commit 4f35ba0931
4 changed files with 361 additions and 5 deletions
@@ -0,0 +1,17 @@
<template>
<v-row>
<v-col cols="12">
<v-card :title="$t('Application Lock')">
<v-form>
<v-card-text>
</v-card-text>
</v-form>
</v-card>
</v-col>
</v-row>
</template>
<script>
</script>