antoniandre / splitpanes

A Vue 3 (and 2) reliable, simple and touch-ready panes splitter / resizer.
https://antoniandre.github.io/splitpanes
MIT License
1.85k stars 166 forks source link

Failed to resolve component: splitpanes #187

Open sanketsatarkar opened 1 year ago

sanketsatarkar commented 1 year ago

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 },

jcuenod commented 1 year ago

This is not a problem with splitpanes. Search for vue documentation on how to import and use components.

pasoevi commented 1 year ago

@jcuenod the issue seems to be the Splitpanes and Pane exports are undefined with ESNext.

jcuenod commented 1 year ago

If that's the case, @antoniandre should take a look...