This repository was archived by the owner on Sep 5, 2024. It is now read-only.
This repository was archived by the owner on Sep 5, 2024. It is now read-only.
[BUG] - Multiple CE instances style breaking when 1st CE removed from the DOM #113
Closed
Description
Describe the bug
Removing the 1st CE instance of a v-for
, leads to style being completely removed from the DOM even though there are still other CEs relying on it
Reproduction
System Info
No response
Used Package Manager
npm
Validations
- Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
- Make sure this is a unplugin-vue-ce issue and not a framework-specific issue. For example, if it's a Vue SFC related bug, it should likely be reported to https://github.com/vuejs instead.
- The provided reproduction is a minimal reproducible example of the bug.