Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit 260400d

Browse files
committed
chore: remove failed test images
1 parent be05a1b commit 260400d

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed

packages/c-modal/examples/modal-simple.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
</chakra.div>
3838
</template>
3939

40-
<script setup lang="js">
40+
<script setup lang="ts">
4141
import { ref } from 'vue'
4242
const isOpen = ref(false)
4343
const finalFocus = ref()

0 commit comments

Comments
 (0)