Replies: 1 comment 1 reply
-
|
I don't understand the question |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Below are links for same app:
Vue 2.5 version(with bootstrap-vue): https://653dgx.csb.app/
Vue 3 version(with bootstrap-vue-next): https://g97ddl.csb.app/
You can inspect html and note that scoped CSS
data-v-xxattributes(data-v-<short_random_string>is used to apply styles internally by vue) generation is different(not talking about<short_random_string>but it's position on html elements).Example(check
<HelloWorld/>):It will break existing custom styles(using Vue scoped styles feature) that are added based on bootstrap-vue's internal classes during migration. Why and is there anyway to mitigate that issue?
Beta Was this translation helpful? Give feedback.
All reactions