Skip to content

Commit a28a11e

Browse files
committed
chore: make app root attribute consistent with scopeId attributes
1 parent c852bf1 commit a28a11e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/runtime-dom/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ export const createApp = ((...args) => {
6969
container.innerHTML = ''
7070
const proxy = mount(container)
7171
container.removeAttribute('v-cloak')
72-
container.setAttribute('data-vue-app', '')
72+
container.setAttribute('data-v-app', '')
7373
return proxy
7474
}
7575

0 commit comments

Comments
 (0)