We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c852bf1 commit a28a11eCopy full SHA for a28a11e
packages/runtime-dom/src/index.ts
@@ -69,7 +69,7 @@ export const createApp = ((...args) => {
69
container.innerHTML = ''
70
const proxy = mount(container)
71
container.removeAttribute('v-cloak')
72
- container.setAttribute('data-vue-app', '')
+ container.setAttribute('data-v-app', '')
73
return proxy
74
}
75
0 commit comments