Skip to content

Commit

Permalink
chore: make app root attribute consistent with scopeId attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Jul 21, 2020
1 parent c852bf1 commit a28a11e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/runtime-dom/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit a28a11e

Please sign in to comment.