Skip to content

Commit

Permalink
chore:修复官网例子
Browse files Browse the repository at this point in the history
  • Loading branch information
xuying.xu committed Nov 20, 2024
1 parent 80b827e commit fd890ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/examples/creative/case/demo/player.jsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/** @jsx jsx */
import { Axis, Canvas, Chart, jsx, Line, Player, RectGuide, TextGuide } from '@antv/f2';
import 'lil-gui';
import * as lil from 'lil-gui';
const context = document.getElementById('container').getContext('2d');
const $wrapper = document.getElementById('mobile-footer');
const data = [
Expand Down

0 comments on commit fd890ff

Please sign in to comment.