docs: update
This commit is contained in:
parent
e2b7b976cf
commit
fd9c3bd19d
6 changed files with 10 additions and 10 deletions
|
|
@ -28,9 +28,9 @@ function renderMain (html) {
|
|||
// execute script
|
||||
this.config.executeScript && executeScript()
|
||||
|
||||
if (!this.config.executeScript
|
||||
&& typeof window.Vue !== 'undefined'
|
||||
&& !executeScript()) {
|
||||
if (!this.config.executeScript &&
|
||||
typeof window.Vue !== 'undefined' &&
|
||||
!executeScript()) {
|
||||
window.__EXECUTE_RESULT__ = new window.Vue().$mount('#main')
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue