mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-18 05:58:07 +01:00
chore(deps): migrate to eslint 9 (#2443)
This commit is contained in:
@@ -11,7 +11,7 @@ const items = ref(Array(50))
|
||||
:to="(page: number) => ({
|
||||
query: { page },
|
||||
// Hash is specified here to prevent the page from scrolling to the top
|
||||
hash: '#links',
|
||||
hash: '#links'
|
||||
})"
|
||||
/>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user