Update App.vue

This commit is contained in:
Cloudreflection 2023-04-01 22:04:10 +08:00 committed by GitHub
parent fcc3c98bdd
commit 25feca613d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>