wupengfei
7 天以前 14368e8a09c4b5793d0975f85e36a4c1d410ca36
packages/components/src/components/Grid/Grid.vue
@@ -1,5 +1,5 @@
<template>
  <div></div>
  <div>Grid</div>
</template>
<script setup lang="ts">
@@ -11,7 +11,3 @@
// const props = withDefaults(defineProps<Props>(), {});
</script>
<style lang="scss">
@import '@/styles/common.scss';
</style>