chore: make app root attribute consistent with scopeId attributes
This commit is contained in:
parent
c852bf18d7
commit
a28a11ef22
@ -69,7 +69,7 @@ export const createApp = ((...args) => {
|
||||
container.innerHTML = ''
|
||||
const proxy = mount(container)
|
||||
container.removeAttribute('v-cloak')
|
||||
container.setAttribute('data-vue-app', '')
|
||||
container.setAttribute('data-v-app', '')
|
||||
return proxy
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user