mirror of
https://github.com/troisjs/trois.git
synced 2024-11-24 04:12:02 +08:00
fix typo
This commit is contained in:
parent
56479333da
commit
eb40499600
@ -6,7 +6,7 @@ export const props = {
|
||||
path: Curve,
|
||||
tubularSegments: { type: Number, default: 64 },
|
||||
radius: { type: Number, default: 1 },
|
||||
radiusSegments: { type: Number, default: 8 },
|
||||
radialSegments: { type: Number, default: 8 },
|
||||
closed: { type: Boolean, default: false },
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user