Add scroll behavior
This commit is contained in:
@@ -75,6 +75,11 @@ export default defineNuxtConfig({
|
|||||||
devServer: {
|
devServer: {
|
||||||
host: "0.0.0.0"
|
host: "0.0.0.0"
|
||||||
},
|
},
|
||||||
|
router: {
|
||||||
|
options: {
|
||||||
|
scrollBehaviorType: "smooth"
|
||||||
|
}
|
||||||
|
},
|
||||||
eslint: {
|
eslint: {
|
||||||
config: {
|
config: {
|
||||||
standalone: false
|
standalone: false
|
||||||
@@ -86,5 +91,5 @@ export default defineNuxtConfig({
|
|||||||
future: {
|
future: {
|
||||||
compatibilityVersion: 4
|
compatibilityVersion: 4
|
||||||
},
|
},
|
||||||
compatibilityDate: "2025-02-01"
|
compatibilityDate: "2025-03-01"
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user