feat: add site

This commit is contained in:
2023-02-20 22:11:22 +08:00
parent 711a9c4546
commit b292e6ac83
6 changed files with 878 additions and 5 deletions

View File

@ -0,0 +1,5 @@
import { defineConfig } from 'vitepress'
export default defineConfig({
title: 'vue3组件库站点'
})