first commit

This commit is contained in:
JaguarJack
2022-12-05 23:01:12 +08:00
commit 0024080c28
322 changed files with 27698 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
<template>
<div class="bg-white">
<CodeGen />
</div>
</template>
<script lang="ts" setup>
import { ref } from 'vue'
import CodeGen from './components/codeGen.vue'
</script>