vue-simple-portal icon indicating copy to clipboard operation
vue-simple-portal copied to clipboard

A simpler Portal implementation focussed on moving slot content to the end of the body element

Results 33 vue-simple-portal issues
Sort by recently updated
recently updated
newest added

Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8. Commits a2c5da8 1.3.8 af5c6bb Do not use Object.create(null) 8b648a1 don't test where our devdeps don't even work c74c8af 1.3.7 024b8b5 update deps, add linting...

dependencies

I've run into a similar issue to #14 but the fix in there hasn't worked for me. I've got a dropdown component which is using the library `popper.js` to manage...

docs

Hi Linus, I'm not sure if this is a bug. I'm new to Vue, so bare with me. I am using simple portal as a local component, and passing it...

Soon there could be a problem with the component name `portal` because there's going to be a new native HTML tag with that name: https://research.securitum.com/security-analysis-of-portal-element/ It seems that https://validator.w3.org/ already...

enhancement

Not too sure why this works, or rather, why it doesn’t work without this rather strange approach. Unless I’m mistaken, the correct return value when `nodes.length < 2 && !nodes[0].text`...

I would like to customize the HTML generated by the Portal/Container. Currently: ```html … ``` generates roughly the following HTML: ```html … … ``` In my case, I would like...

feature

I'm trying to do Vue Component re-rendering after the API UI is Updated. Firstly, rendering Vue and Portal is correctly working. However after the API was updated, we replaced the...

Bumps [express](https://github.com/expressjs/express) from 4.17.1 to 4.18.2. Release notes Sourced from express's releases. 4.18.2 Fix regression routing a large stack in a single route deps: [email protected] deps: [email protected] perf: remove unnecessary...

dependencies