chore: Update main.css and main.ts, add data-loaders.[id].vue and update index-page.vue
All checks were successful
CI / cache-and-install (push) Successful in 1m9s
All checks were successful
CI / cache-and-install (push) Successful in 1m9s
This commit is contained in:
@ -1,6 +1,4 @@
|
||||
<script lang="ts" setup>
|
||||
import { router } from '@/router';
|
||||
|
||||
definePage({
|
||||
alias: '/',
|
||||
});
|
||||
@ -8,4 +6,5 @@ definePage({
|
||||
|
||||
<template>
|
||||
<h1>Index Page</h1>
|
||||
<router-link :to="{ name: 'DataLoadersId', params: { id: 520 } }">Data Loaders</router-link>
|
||||
</template>
|
||||
|
Reference in New Issue
Block a user