zhengyiming
2025-02-19 327c15f09c66f783c7a9c850626984f9a8b7c11a
feat: init
1个文件已修改
4 ■■■■ 已修改文件
packages/components/src/components/Grid/Grid.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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">