Skip to content

Latest commit

 

History

History
125 lines (89 loc) · 2.66 KB

File metadata and controls

125 lines (89 loc) · 2.66 KB

@vuedx/typescript-plugin-vue

0.7.6

Patch Changes

0.7.5

Patch Changes

  • 7c910a6: Support import path module rename and file rename

0.7.4

Patch Changes

0.7.3

Patch Changes

0.7.2

Patch Changes

  • f5ebe8e: Support type-only props declaration using defineProps() in <script lang="ts" setup>

    Example:

    <script lang="ts" setup>
    import { defineProps } from 'vue'
    
    const props = defineProps<{ name: string }>()
    </script>
  • Updated dependencies [f5ebe8e]

0.7.1

Patch Changes

0.7.0

Minor Changes

  • 93ca54a: Add support <script setup> support as per RFC
  • 084c055: Use vuedx_runtime__ format for runtime typecheck helpers

Patch Changes

0.6.3

Patch Changes

0.6.2

Patch Changes

0.6.1

Patch Changes