chore: update demo

This commit is contained in:
Justineo
2021-02-20 15:22:33 +08:00
parent fccd92b36d
commit cd5a9ec695
18 changed files with 2359 additions and 44 deletions

View File

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