error TS2305: Module 'vue' has no exported member 'mergeDefaults'
#440
Labels
kind: support
Asking for support with something or a specific use case
problem: no repro
No reproduction was provided (and have not tried to repro without one)
scope: integration
Related to an integration, not necessarily to core (but could influence core)
scope: vue
Related to integration with Vue (rollup-plugin-vue is long archived), not core
solution: duplicate
This issue or pull request already exists
solution: out-of-scope
This is out of scope for this project
solution: Vue behavior
This is Vue's behavior as well, so this is not a bug with this plugin
Troubleshooting
Does
tsc
have the same output? If so, please explain why this is incorrect behaviorDoes your Rollup plugin order match this plugin's compatibility? If not, please elaborate
Can you create a minimal example that reproduces this behavior? Preferably, use this environment for your reproduction
What happens and why it is incorrect
I use
export default definecomponent
can be ok but usesetup lang="ts"
is false. it seems the plugin is wrong in run time.Environment
Versions
"rollup-plugin-typescript2": "^0.34.1",
:rollup.config.js
:tsconfig.json
:package.json
plugin output with verbosity 3
:The text was updated successfully, but these errors were encountered: