Skip to content

Commit

Permalink
fix(s2-vue): playground import
Browse files Browse the repository at this point in the history
  • Loading branch information
justynchen committed Sep 19, 2024
1 parent 24e9024 commit eb31744
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion packages/s2-vue/playground/App.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
<script lang="ts">
/* eslint-disable no-console */
import { CellType, RawData, type S2DataConfig, type S2Options } from '@antv/s2';
import {
CellType,
type RawData,
type S2DataConfig,
type S2Options,
} from '@antv/s2';
import type {
PartDrillDown,
PartDrillDownInfo,
Expand Down

0 comments on commit eb31744

Please sign in to comment.