interaction between texts and toc, alpha version, still buged

This commit is contained in:
2020-07-13 12:46:47 +02:00
parent d336347fcb
commit 64f38eac6f
9 changed files with 153 additions and 29 deletions
+3 -3
View File
@@ -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({