feat: ✨ add VueScrollTo for sticky navigation
This commit is contained in:
parent
3bde9685ba
commit
d45ad9ad28
1 changed files with 3 additions and 0 deletions
|
@ -1,8 +1,11 @@
|
|||
import Vue from "vue";
|
||||
import VueScrollTo from "vue-scrollto";
|
||||
import App from "./App.vue";
|
||||
|
||||
Vue.config.productionTip = false;
|
||||
|
||||
Vue.use(VueScrollTo, { offset: -55 });
|
||||
|
||||
new Vue({
|
||||
render: h => h(App)
|
||||
}).$mount("#app");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue