LinusBorg / portal-vue

A feature-rich Portal Plugin for Vue 3, for rendering DOM outside of a component, anywhere in your app or the entire document. (Vue 2 version: v2.portal-vue.linusb.org)
http://portal-vue.linusb.org
MIT License
3.89k stars 188 forks source link

Getting error while importing #405

Closed Sathish1390 closed 10 months ago

Sathish1390 commented 10 months ago

portal-vue-error

LinusBorg commented 10 months ago

The current major version of portal-vue is for Vue 3.

You seem to be using Vue 2, so install portal-vue@2

Docs for that version: https://v2.portal-vue.linusb.org/

Sathish1390 commented 10 months ago

It worked. Thank you so much!! @LinusBorg