perf: update

This commit is contained in:
xiaoxian521
2022-05-22 14:39:02 +08:00
parent 747e2b9c1c
commit e9602d23cb
6 changed files with 4258 additions and 1930 deletions

View File

@@ -3,6 +3,10 @@ import { ReGithub, ReInfinite, RePie, ReLine, ReBar } from "./components";
import { ref, computed } from "vue";
import avatars from "/@/assets/avatars.jpg";
defineOptions({
name: "Welcome"
});
const date: Date = new Date();
let loading = ref<boolean>(true);