This commit is contained in:
parent
fcf14d27fe
commit
1aa33cab00
|
|
@ -32,7 +32,7 @@
|
|||
</template>
|
||||
|
||||
<script setup>
|
||||
import { ref, defineExpose } from 'vue'
|
||||
import { ref } from 'vue'
|
||||
import { useUser } from "@/store/user.js"
|
||||
const store = useUser();
|
||||
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@
|
|||
</template>
|
||||
|
||||
<script setup>
|
||||
import { ref, defineExpose, defineEmits } from 'vue';
|
||||
import { ref } from 'vue';
|
||||
|
||||
const dialogVisible = ref(false)
|
||||
const number = ref('')
|
||||
|
|
|
|||
Loading…
Reference in New Issue