feat: vue3 codegen

This commit is contained in:
xingyu4j
2022-11-16 18:01:36 +08:00
parent ddc42c2ae5
commit 47f3c560fa
8 changed files with 216 additions and 270 deletions

View File

@ -15,7 +15,7 @@
- 一个页面(以post为例)由4部分组成
```bash
/src/api/system/post/ [index.ts | types.ts]
/src/api/system/post/index.ts
/src/views/system/post/ [index.vue | post.data.ts]
```