- moment.js for date transformations
- npm updates - search detail page
This commit is contained in:
parent
480362e5b7
commit
66651135fa
8 changed files with 414 additions and 195 deletions
|
@ -67,7 +67,8 @@ const routes = [
|
|||
const router = createRouter({
|
||||
history: createWebHistory(),
|
||||
routes,
|
||||
scrollBehavior(to, from, savedPosition) {
|
||||
// scrollBehavior(to, from, savedPosition) {
|
||||
scrollBehavior() {
|
||||
// return desired position
|
||||
document.getElementById("app")?.scrollIntoView();
|
||||
},
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue