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

Commit e20d8a7

Browse files
committed
chore: fix auto import issue
1 parent 900c494 commit e20d8a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/layout/examples/base-simple-grid.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
</c-simple-grid>
1717
</template>
1818
<script setup lang="ts">
19-
import { ref } from 'vue-demi'
19+
import { ref } from 'vue'
2020
2121
const minw = ref('100px')
2222
</script>

0 commit comments

Comments
 (0)