interaction between texts and toc, alpha version, still buged
This commit is contained in:
+3
-3
@@ -4,6 +4,7 @@ import store from './store'
|
||||
// import { sync } from 'vuex-router-sync'
|
||||
import Meta from 'vue-meta'
|
||||
import InfiniteLoading from 'vue-infinite-loading'
|
||||
import VueScrollTo from 'vue-scrollto'
|
||||
|
||||
import App from './App'
|
||||
|
||||
@@ -20,9 +21,6 @@ Vue.use(InfiniteLoading, {
|
||||
slots: {
|
||||
noMore: '',
|
||||
noResult: ''
|
||||
},
|
||||
system: {
|
||||
throttleLimit: 5000
|
||||
}
|
||||
// system: {
|
||||
// throttleLimit: 50,
|
||||
@@ -30,6 +28,8 @@ Vue.use(InfiniteLoading, {
|
||||
// }
|
||||
})
|
||||
|
||||
Vue.use(VueScrollTo)
|
||||
|
||||
// sync(store, router) // done. Returns an unsync callback fn
|
||||
|
||||
new Vue({
|
||||
|
||||
Reference in New Issue
Block a user