Adopt NLDD Vue template types #169
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
NLDD 0.8.70 ships generated Vue template types: import '@nldd/design-system/vue' declares every nldd-* tag for template type-checking, with props carrying the component's own union types. Replaces any hand-written declarations and catches invalid attribute values (e.g. a non-existent nldd-button variant, which today fails silently) at tsc time. Small change: add the import, run npx tsc --noEmit, fix what surfaces.