🐛 fix ie bug

This commit is contained in:
jingsam 2016-11-27 01:42:39 +08:00
parent 3d9e4f2065
commit c6f21c2f4c
5 changed files with 38 additions and 7 deletions

View file

@ -1,3 +1,6 @@
// es6 polyfill
import 'core-js/fn/array/find-index'
import Affix from './components/affix';
import Alert from './components/alert';
import BackTop from './components/back-top';