forked from FoundKeyGang/FoundKey
Make it impossible to start initializing Vue before DOM exists
This commit is contained in:
parent
4e0f14c0db
commit
a91bbed34e
1 changed files with 3 additions and 3 deletions
|
@ -64,9 +64,6 @@ html
|
|||
var VERSION = "#{version}";
|
||||
var CLIENT_ENTRY = "#{clientEntry.file}";
|
||||
|
||||
script
|
||||
include ../boot.js
|
||||
|
||||
body
|
||||
noscript: p
|
||||
| JavaScriptを有効にしてください
|
||||
|
@ -86,3 +83,6 @@ html
|
|||
</g>
|
||||
</svg>
|
||||
block content
|
||||
|
||||
script
|
||||
include ../boot.js
|
||||
|
|
Loading…
Reference in a new issue