Skip to content

Commit

Permalink
Simplify Vue Launcher
Browse files Browse the repository at this point in the history
  • Loading branch information
constgen committed Sep 1, 2020
1 parent f3c8367 commit 86f968f
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions packages/vue-launcher/launcher/launcher.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,7 @@ else {
el : rootElement,
name: 'Launcher',
render (createElement) {
return createElement('div', {
style: {
display: 'block',
height : '100%'
}
}, [createElement(Entry)])
return createElement(Entry)
}
})
}

0 comments on commit 86f968f

Please sign in to comment.