mirror of
https://github.com/koel/koel
synced 2024-11-10 06:34:14 +00:00
Add the observer polyfill
This commit is contained in:
parent
991133045d
commit
14cf0330ea
3 changed files with 6 additions and 0 deletions
|
@ -18,6 +18,7 @@
|
|||
"axios": "^0.15.3",
|
||||
"blueimp-md5": "^2.3.0",
|
||||
"font-awesome": "^4.5.0",
|
||||
"intersection-observer": "^0.2.0",
|
||||
"ismobilejs": "^0.4.0",
|
||||
"local-storage": "^1.4.2",
|
||||
"lodash": "^4.6.1",
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
require('intersection-observer')
|
||||
import Vue from 'vue'
|
||||
import Raven from 'raven-js'
|
||||
import RavenVue from 'raven-js/plugins/vue'
|
||||
|
|
|
@ -3687,6 +3687,10 @@ interpret@^1.0.0:
|
|||
version "1.0.1"
|
||||
resolved "https://registry.yarnpkg.com/interpret/-/interpret-1.0.1.tgz#d579fb7f693b858004947af39fa0db49f795602c"
|
||||
|
||||
intersection-observer@^0.2.0:
|
||||
version "0.2.0"
|
||||
resolved "https://registry.yarnpkg.com/intersection-observer/-/intersection-observer-0.2.0.tgz#d52acb737614275d9f46641b2d38641e14259d1d"
|
||||
|
||||
invariant@^2.2.0:
|
||||
version "2.2.2"
|
||||
resolved "https://registry.yarnpkg.com/invariant/-/invariant-2.2.2.tgz#9e1f56ac0acdb6bf303306f338be3b204ae60360"
|
||||
|
|
Loading…
Reference in a new issue