Closed
Description
Prerequisites
- I have read the Contributing Guidelines.
- I agree to follow the Code of Conduct.
- I have searched for existing issues that already report this problem, without success.
Ionic Framework Version
v8.x
Current Behavior
while using .use(IonicVue, {})
on creating vue app, the config object of IonicVue has type and does not provide autocomplete.
Expected Behavior
Has typed Vue plugin to have autocompete
Steps to Reproduce
- create vue application
- add @ionic/vue
- add in main.ts
.use(IonicVue, {})
See le config object has no autocomplete
Code Reproduction URL
https://github.com/Sukaato/vue-ionic-plugin-type
Ionic Info
Ionic:
Ionic CLI : 7.2.0
Ionic Framework : @ionic/vue 8.2.2
Capacitor:
Capacitor CLI : 6.1.0
@capacitor/android : not installed
@capacitor/core : 6.1.0
@capacitor/ios : not installed
Utility:
cordova-res : not installed globally
native-run : 2.0.1
System:
NodeJS : v22.3.0 (D:\software\NodeJS\node.exe)
npm : 10.7.0
OS : Windows 10
Additional Information
No response