We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed to resolve component: splitpanes Failed to resolve component: pane "vue": "3.2.47", "splitpanes": "^3.1.5",
pane1 pane2 import { Splitpanes, Pane } from 'splitpanes' import 'splitpanes/dist/splitpanes.css'
components: { Splitpanes, Pane },
The text was updated successfully, but these errors were encountered:
This is not a problem with splitpanes. Search for vue documentation on how to import and use components.
vue
Sorry, something went wrong.
@jcuenod the issue seems to be the Splitpanes and Pane exports are undefined with ESNext.
Splitpanes
Pane
undefined
If that's the case, @antoniandre should take a look...
No branches or pull requests
Failed to resolve component: splitpanes
Failed to resolve component: pane
"vue": "3.2.47",
"splitpanes": "^3.1.5",
pane1 pane2
import { Splitpanes, Pane } from 'splitpanes'
import 'splitpanes/dist/splitpanes.css'
components: {
Splitpanes,
Pane
},
The text was updated successfully, but these errors were encountered: