Skip to content

Commit 34f86f7

Browse files
author
xuying.xu
committed
chore:修复官网例子
1 parent 2850793 commit 34f86f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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)