Browse Source

抛出ready函数异常错误

tags/1.15.2
Caven Chen 4 years ago
parent
commit
66c2408acf
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/core/index.js

+ 1
- 0
src/core/index.js View File

@@ -30,6 +30,7 @@ const install = function(DC) {
} catch (e) {
// eslint-disable-next-line no-console
console.error(e)
throw e
}
}
}

Loading…
Cancel
Save