Added vitepress docs

This commit is contained in:
2022-07-24 14:42:10 +03:00
parent 91f80c342f
commit 2b8e9f6a98
9 changed files with 570 additions and 60 deletions

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 KiB

View File

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