mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-30 23:32:38 +00:00
fix: add __nuxt id
This commit is contained in:
parent
e4af41f529
commit
991d5f70ea
@ -31,7 +31,11 @@ export default {
|
||||
}
|
||||
}, [ layoutEl ])
|
||||
|
||||
return h('div', [
|
||||
return h('div',{
|
||||
domProps: {
|
||||
id: '__nuxt'
|
||||
}
|
||||
}, [
|
||||
<% if (loading) { %>loadingEl,<% } %>
|
||||
transitionEl
|
||||
])
|
||||
|
Loading…
Reference in New Issue
Block a user