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 = ''
|
container.innerHTML = ''
|
||||||
const proxy = mount(container)
|
const proxy = mount(container)
|
||||||
container.removeAttribute('v-cloak')
|
container.removeAttribute('v-cloak')
|
||||||
container.setAttribute('data-vue-app', '')
|
container.setAttribute('data-v-app', '')
|
||||||
return proxy
|
return proxy
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user