File tree Expand file tree Collapse file tree 3 files changed +11
-6
lines changed
app/pages/package-changelog/[[org]] Expand file tree Collapse file tree 3 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 11<script setup lang="ts">
22import { useProviderIcon } from ' ~/composables/useProviderIcon'
3-
4- definePageMeta ({
5- name: ' changelog' ,
6- alias: [' /changelog/:org?/:name' ],
7- scrollMargin: 190 ,
8- })
93// / routing
104
115const route = useRoute (' changelog' )
Original file line number Diff line number Diff line change 1+ <script setup lang="ts">
2+ definePageMeta ({
3+ name: ' changelog' ,
4+ alias: [' /changelog/:org?/:name' ],
5+ scrollMargin: 200 ,
6+ })
7+ </script >
8+ <template >
9+ <div />
10+ </template >
Original file line number Diff line number Diff line change 44definePageMeta ({
55 name: ' changelog-version' ,
66 alias: [' /changelog/:org?/:name/v/:version' ],
7+ scrollMargin: 200 ,
78})
89 </script >
910<template >
You can’t perform that action at this time.
0 commit comments