mirror of
https://github.com/TeamPGM/PMCaptcha-Web-Configure.git
synced 2024-11-21 23:18:01 +00:00
Update App.vue
This commit is contained in:
parent
fcc3c98bdd
commit
25feca613d
@ -90,9 +90,7 @@
|
||||
</n-card></n-space>
|
||||
</n-layout-content>
|
||||
</n-space>
|
||||
{{ newconf }}{{ conf }}
|
||||
</n-layout>
|
||||
{{ model }}
|
||||
</template>
|
||||
<script setup>
|
||||
import { ref, watch } from 'vue';
|
||||
@ -149,4 +147,4 @@ watch(model.value, (nv) => {
|
||||
}
|
||||
cmd.value = "," + conf.value.cmd + " web " + btoa(JSON.stringify(newconf.value))
|
||||
})
|
||||
</script>
|
||||
</script>
|
||||
|
Loading…
Reference in New Issue
Block a user