Open sanketsatarkar opened 1 year ago
This is not a problem with splitpanes. Search for vue
documentation on how to import and use components.
@jcuenod the issue seems to be the Splitpanes
and Pane
exports are undefined
with ESNext.
If that's the case, @antoniandre should take a look...
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 },