This commit is contained in:
gyq 2024-02-29 17:36:10 +08:00
parent 7d30a42cb8
commit d2689b226c
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
<script setup>
import { ref } from 'vue'
const dialogVisible = ref(true)
const dialogVisible = ref(false)
</script>
<style scoped lang="scss">