feat: upload-demo.vue
All checks were successful
/ playwright (push) Successful in 1m57s
/ build-and-deploy-to-vercel (push) Successful in 1m38s
/ depcheck (push) Successful in 1m36s

This commit is contained in:
严浩
2024-12-16 00:21:03 +08:00
parent 86d0e5622d
commit abe0262130
11 changed files with 325 additions and 103 deletions

View File

@ -1,7 +1,6 @@
<script lang="tsx" setup>
import { routes } from 'vue-router/auto-routes';
import I18nComp from '../components/i18nComp/index.vue';
import Primevue from '@/components/primevue/primevue.vue';
useHead({
// Titles
@ -40,6 +39,10 @@ const FComponent: import('vue').FunctionalComponent<{ prop: string }> = (props,
<li><router-link class="green" :to="{ name: 'InfiniteLoading' }">Infinite Loading</router-link></li>
</ul>
<div b="1px solid pink" mt-2 p-2>
<Primevue />
</div>
<div b="1px solid pink" mt-2>
<I18nComp />
</div>
@ -68,10 +71,6 @@ const FComponent: import('vue').FunctionalComponent<{ prop: string }> = (props,
<SendSms />
</div>
<div b="1px solid pink" mt-2 p-2>
<Primevue />
</div>
<div b="1px solid pink" mt-2 p-2>
<pre>{{ JSON.stringify(routes, null, 2) }}</pre>
</div>