You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using Vue3 "^3.4.21" and "bootstrap": "^5.3.3", and I'm using const myModal = document.getElementById('myModal') on mounted, but chrome devtool shows [Vue warn]: Unhandled error during execution of native event handler
Hello @wei886-tw. Bug reports must include a live demo of the issue. Per our contributing guidelines, please create a reduced test case on CodePen or StackBlitz and report back with your link, Bootstrap version, and specific browser and Operating System details.
Prerequisites
Describe the issue
I'm using Vue3 "^3.4.21" and "bootstrap": "^5.3.3", and I'm using
const myModal = document.getElementById('myModal')
on mounted, but chrome devtool shows[Vue warn]: Unhandled error during execution of native event handler
Reduced test cases
I used
but doesn't work
What operating system(s) are you seeing the problem on?
macOS
What browser(s) are you seeing the problem on?
Chrome
What version of Bootstrap are you using?
v5.3.3
Note: edited by maintainer for correct Markdown syntax
The text was updated successfully, but these errors were encountered: