Add the observer polyfill

This commit is contained in:
An Phan 2017-01-15 18:05:39 +08:00
parent 991133045d
commit 14cf0330ea
No known key found for this signature in database
GPG key ID: 05536BB4BCDC02A2
3 changed files with 6 additions and 0 deletions

View file

@ -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",

View file

@ -1,3 +1,4 @@
require('intersection-observer')
import Vue from 'vue'
import Raven from 'raven-js'
import RavenVue from 'raven-js/plugins/vue'

View file

@ -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"