This commit is contained in:
parent
cae2909023
commit
4d12444a94
|
|
@ -55,7 +55,7 @@
|
|||
</template>
|
||||
|
||||
<script setup>
|
||||
import { ref, onMounted, nextTick, getCurrentInstance } from 'vue'
|
||||
import { ref, onMounted, nextTick, getCurrentInstance,watch } from 'vue'
|
||||
const props = defineProps({
|
||||
show: {
|
||||
type: Boolean,
|
||||
|
|
|
|||
Loading…
Reference in New Issue