Skip to content

v0.1.3

Choose a tag to compare

@auvred auvred released this 29 Mar 07:38
· 45 commits to main since this release
v0.1.3
4863e37

Support loading Vue language plugins from tsconfig.json. For example:

{
  "vueCompilerOptions": {
    "plugins": [
      "vue-router/volar/sfc-route-blocks",
      "vue-router/volar/sfc-typed-router",
    ],
  },
}