Skip to content

Conversation

@jevin98
Copy link
Contributor

@jevin98 jevin98 commented Oct 27, 2025

refs #265
close #261 #222 #164 #144

feat:

  1. accomplish Volar Global-Component-Types
// use
// tsconfig.json
{
  "compilerOptions": {
    "types": ["vue-konva/components"]
  }
}
  1. Dynamically importing components
import { Image as VImage, Text as VText } from 'vue-konva';

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add GlobalComponents declaration and specific component exports

1 participant