Questions tagged [vue-portal]
3 questions
0
votes
1 answer
Creating Vue Component Dropdown with Popper Js
I'm on progress to make a dropdown component with vue and popperjs. To be known i'm using vuejs v.2.6.12 and popperjs v.2.9.2 and here is the code

Bhazk
- 182
- 1
- 21
0
votes
1 answer
Vue-portal conditional whether the portal is enabled?
I would like to inject some information on the navbar (parent component) using Vue Portal.
So in a component, I can do:
Some option
Thus, in the Navbar component I have:

nowox
- 25,978
- 39
- 143
- 293
0
votes
2 answers
Using code (function/template) in a Vue.js application from one component in another component with no direct relationship
I'm working on an app using Vue.js and I came across the following challenge:
The app has a pretty basic layout: a header, a main view and a navigation section at the bottom. Depending on the page the user is currently on I want to show a main…

j0weiss
- 25
- 8