💄 Designed card component

This commit is contained in:
zhbaor 2023-02-22 11:13:06 +08:00
parent 1d963e6f5b
commit 3a7cb3e9bc
9 changed files with 980 additions and 0 deletions

4
frontend/src/main.js Normal file
View file

@ -0,0 +1,4 @@
import { createApp } from "vue";
import App from "./App.vue";
createApp(App).mount("#app");