Skip to content

Vue defineProps<> can't use imported Interface #10630

Closed
@halo-apps

Description

@halo-apps

Vue version

3.4.21

Link to minimal reproduction

https://play.vuejs.org/#eNp9kstqwzAQRX9lqk0SSGJKu0qdQFsCaRdtSAvdaGPssa1UloQeacD43ztWyANastPMvRedGallj8ZMdwHZjKUut8J4cOiDAZmpas6Zd5wtuBKN0dZDa7Ecg9cbLF0HpdUNcEZpzh7OnnVWCVWtMCvQrq02Z2etVTYxeXRL9GB6FeZQYCkURm/6J70YjiBJ8iw4BF8joLXacpVr5Tw0rqI8UQ0HK5RSw5e2srgZjLhKk8M8RE+Fx8bIzCNVAGl9u2jbGO66NKEqdoUywcNu0ugCJc1OOmeQkJgmF3k2pq3Q9aWoplunFa2u7fOc5boxQqJ9N14QHmcziEqvZUT38xp73gYcH/t5jfn3P/2t2/c9ztYWHdod7fik+cxW6A/y8uMN93Q+iUQfJLmviBt0Woae8WB7Cqog7AtfpH2JD0qv8emWe4/KHYfqQXtnF/3xBzxfGf2Meze9jzmuOtb9AgoL1c0=

Steps to reproduce

<script setup lang="ts">
import {ref, toRefs} from "vue";
import {PagingHeaderProps} from "hona-pc";
let props = defineProps<PagingHeaderProps>() //Cause the error
</script>

What is expected?

App runs normaly

What is actually happening?

[plugin:vite:vue] Missing semicolon. (8778:3)
??/src/components/partials/ctl_table/PagingHeader.vue:8778:3
at constructor (??\node_modules.pnpm@[email protected]\node_modules@babel\parser\lib\index.js:353:19)
at TypeScriptParserMixin.raise (??\node_modules.pnpm@[email protected]\node_modules@babel\parser\lib\index.js:3277:19)
at TypeScriptParserMixin.semicolon (??\node_modules.pnpm@[email protected]\node_modules@babel\parser\lib\index.js:3598:10)
at TypeScriptParserMixin.parseExpressionStatement (??\node_modules.pnpm@[email protected]\node_modules@babel\parser\lib\index.js:12755:10)
at TypeScriptParserMixin.parseExpressionStatement (??\node_modules.pnpm@[email protected]\node_modules@babel\parser\lib\index.js:9216:26)
at TypeScriptParserMixin.parseStatementContent (??\node_modules.pnpm@[email protected]\node_modules@babel\parser\lib\index.js:12366:19)
at TypeScriptParserMixin.parseStatementContent (??\node_modules.pnpm@[email protected]\node_modules@babel\parser\lib\index.js:9132:18)
at TypeScriptParserMixin.parseStatementLike (??\node_modules.pnpm@[email protected]\node_modules@babel\parser\lib\index.js:12229:17)
at TypeScriptParserMixin.parseModuleItem (??\node_modules.pnpm@[email protected]\node_modules@babel\parser\lib\index.js:12206:17)
at TypeScriptParserMixin.parseBlockOrModuleBlockBody (??\node_modules.pnpm@[email protected]\node_modules@babel\parser\lib\index.js:12786:36

System Info

Win11 x64

Any additional comments?

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    need more infoFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions