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