This commit is contained in:
ival 2021-03-30 18:10:31 +08:00
parent 15c1463f5a
commit 7e66128000
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
import AbstractShape from './shape';
import AbstractShape from './Shape';
import Group from 'zrender/src/container/Group';
class Compose extends AbstractShape {

View File

@ -1,4 +1,4 @@
import AbstractShape from './shape';
import AbstractShape from './Shape';
import * as graphic from '../utils/graphic';
class Element extends AbstractShape {
constructor(args) {