fix scene load and add first version UpdateValueDialog
This commit is contained in:
13
src/components/dbm/UpdateValue.vue
Normal file
13
src/components/dbm/UpdateValue.vue
Normal file
@@ -0,0 +1,13 @@
|
||||
<template>
|
||||
<QCard v-if="props.display"> Test </QCard>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
const props = defineProps({
|
||||
display: {
|
||||
type: Boolean,
|
||||
default: true,
|
||||
required: true,
|
||||
},
|
||||
});
|
||||
</script>
|
Reference in New Issue
Block a user