fix:TestTimes

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-10-01 16:18:40 +07:00
parent 7877f26ac6
commit 436d5095dc

3
src/views/TestTimes.vue Normal file
View file

@ -0,0 +1,3 @@
<template>
<h1 class="text-center">{{ new Date() }}</h1>
</template>