Skip to content

Commit

Permalink
chore:修复官网例子 (#2019)
Browse files Browse the repository at this point in the history
Co-authored-by: xuying.xu <xuying.xu@alibaba-inc.com>
  • Loading branch information
tangying1027 and xuying.xu authored Nov 20, 2024
1 parent 80b827e commit 763f44e
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 763f44e

Please # to comment.