style: lint style

This commit is contained in:
2912401452 2022-03-29 14:42:38 +08:00
parent 871c0d863a
commit e0a48d8dab
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ export default class ExtrudeModel extends BaseModel {
const [minLng, minLat, maxLng, maxLat] = bbox;
const lngLen = maxLng - minLng;
const latLen = maxLat - minLat;
this.styleAttributeService.registerStyleAttribute({
name: 'uvs',
type: AttributeType.Attribute,