Skip to content

Commit 763f44e

Browse files
tangying1027xuying.xu
and
xuying.xu
authored
chore:修复官网例子 (#2019)
Co-authored-by: xuying.xu <xuying.xu@alibaba-inc.com>
1 parent 80b827e commit 763f44e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/examples/creative/case/demo/player.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/** @jsx jsx */
22
import { Axis, Canvas, Chart, jsx, Line, Player, RectGuide, TextGuide } from '@antv/f2';
3-
import 'lil-gui';
3+
import * as lil from 'lil-gui';
44
const context = document.getElementById('container').getContext('2d');
55
const $wrapper = document.getElementById('mobile-footer');
66
const data = [

0 commit comments

Comments
 (0)