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
All 4 .vue component got the same scoped ID: data-v-5b49856c
Since v13.4.0 the scoped ID is calculated base on vue file content, but in my project I separated the content to separated files and all .vue files look same, all generated scoped ID are same.
It will be better if there's a option / switch to choose the previous way of id generation.
The text was updated successfully, but these errors were encountered:
whitetrefoil
changed the title
New scoped ID generation since v13.4 may cause (needs option to disable)
New scoped ID generation since v13.4 may cause duplicated ID (needs option to disable)
Dec 6, 2017
Version
13.5.0
Reproduction link
https://github.com/whitetrefoil/vue-ts-arch/blob/repo-1/src/components/my-global-comp/index.vue
Steps to reproduce
What is expected?
4 .vue components get different scoped ID.
What is actually happening?
All 4 .vue component got the same scoped ID: data-v-5b49856c
Since v13.4.0 the scoped ID is calculated base on vue file content, but in my project I separated the content to separated files and all .vue files look same, all generated scoped ID are same.
It will be better if there's a option / switch to choose the previous way of id generation.
The text was updated successfully, but these errors were encountered: