Replies: 1 comment
-
I've been running into this same problem with the That said, it would be nice if we didn't have to resort to the
The |
Beta Was this translation helpful? Give feedback.
-
I've been running into this same problem with the That said, it would be nice if we didn't have to resort to the
The |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
When delaying the loading of shoelace in the browser, it breaks some behavior to be expected when coupled with a Vue application. The delay in the demo is here artificially, but the original context was an Astro + Vue app where we encountered the issue quite often after migrating to latest version of Astro.
To Reproduce
Steps to reproduce the behavior:
false
Demo
https://stackblitz.com/edit/github-jbcdpwek-c1lwwc4b?file=src%2FApp.vue,src%2Fmain.js
Browser / OS
Additional information
The issue can be resolved using Vue's DOM properties : switch the
:open="open"
for.open="open"
Beta Was this translation helpful? Give feedback.
All reactions