|
|
@@ -22,6 +22,7 @@ export const useInstallStrokeWidthDescribe = (
|
|
|
watch(
|
|
|
() => [fixed || options.length > 0, proportion.value] as const,
|
|
|
([fixed, proportion]) => {
|
|
|
+ if (!describes.value.strokeWidth) return;
|
|
|
if (fixed) {
|
|
|
const property = getFixedStrokeWidthProperty(shape);
|
|
|
property.props.options = options.map((size) => ({
|