fix: add __nuxt id

This commit is contained in:
Pooya Parsa 2017-10-07 13:19:30 +03:30
parent e4af41f529
commit 991d5f70ea

View File

@ -31,7 +31,11 @@ export default {
}
}, [ layoutEl ])
return h('div', [
return h('div',{
domProps: {
id: '__nuxt'
}
}, [
<% if (loading) { %>loadingEl,<% } %>
transitionEl
])