zhengyiming
2025-03-13 0ee3f667110b0d9b77fb35238b2db565578a4213
packages/components/src/components/Grid/Grid.vue
@@ -1,5 +1,5 @@
<template>
  <div></div>
  <div>Grid</div>
</template>
<script setup lang="ts">
@@ -7,11 +7,7 @@
  name: 'Grid',
});
type Props = {};
// type Props = {};
const props = withDefaults(defineProps<Props>(), {});
// const props = withDefaults(defineProps<Props>(), {});
</script>
<style lang="scss">
@import '@/styles/common.scss';
</style>