PORTALS

DOM

VUE PORTAL

WORMWHOLES

 Aleksej Dix

 Front End Developer

@aleksejdix

aleksej.dix@oddeven.ch

https://oddeven.ch

import Vue from "vue";
import PortalVue from "portal-vue";
Vue.use(PortalVue);

Installation

yarn add portal-vue

@aleksejdix

IN A NUTSHELL

<room>
  <portal to="space">
    <p>this will be somewhere else</p>
  </portal>
</room>
<portal-target name="space">
</portal-target>

ALL PICS where stolen FROM
https://www.brilliant.org/nutshell

THANKS!

 Aleksej Dix

 Front End Developer

@aleksejdix

aleksej.dix@oddeven.ch

https://oddeven.ch

Vue.js - Portals

By oddEVEN

Vue.js - Portals

  • 1,154