zhengyiming
2025-02-20 703c46d17731d1b437509f326c050d1d36838f74
packages/components/src/components/Grid/Grid.vue
@@ -7,9 +7,9 @@
  name: 'Grid',
});
type Props = {};
// type Props = {};
const props = withDefaults(defineProps<Props>(), {});
// const props = withDefaults(defineProps<Props>(), {});
</script>
<style lang="scss">