123456789101112131415161718 |
- <script setup>
- // import PropsTest from './propsTest.vue';
- // import EditDrawer from '/@/views/shop-information/components/EditDrawer.vue';
- // const text = ref('1');
- // const isOpen = ref(false); // 定义 isOpen
- //
- // function handleOpen() {
- // isOpen.value = true; // 点击按钮后打开 dialog
- // }
- </script>
- <template>
- <div class="flex-grow" style="background-color: #3c3c3c;">
- asd
- </div>
- </template>
|