Skip to content

Commit

Permalink
fix: fix cr
Browse files Browse the repository at this point in the history
  • Loading branch information
anlyyao committed Sep 15, 2023
1 parent 77c30aa commit 9df8c4a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/grid/grid-item.vue
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ export default defineComponent({
setup(props, context) {
const internalInstance = getCurrentInstance();
const { column, border, align, gutter } = inject<any>('grid');
console.log('==', gutter.value);
const imageContent = computed(() => renderTNode(internalInstance, 'image'));
const textContent = computed(() => renderTNode(internalInstance, 'text'));
const descContent = computed(() => renderTNode(internalInstance, 'description'));
Expand Down

0 comments on commit 9df8c4a

Please sign in to comment.