chore: Add TS Enum Util page and update index-page.vue
All checks were successful
CI / cache-and-install (push) Successful in 1m8s

This commit is contained in:
严浩
2024-08-14 10:36:12 +08:00
parent 87cf34de82
commit 4d2236a06c
3 changed files with 59 additions and 0 deletions

View File

@ -7,4 +7,5 @@ definePage({
<template>
<h1>Index Page</h1>
<router-link :to="{ name: 'DataLoadersId', params: { id: 520 } }">Data Loaders</router-link>
<router-link :to="{ name: 'TsEnumUtil' }">TS Enum Util</router-link>
</template>