perf: add view name

This commit is contained in:
xingyu
2022-11-23 22:26:25 +08:00
parent 9d05b97451
commit 824c54088b
54 changed files with 54 additions and 84 deletions

View File

@ -33,7 +33,6 @@
</template>
</Form>
</template>
<script setup lang="ts">
import { computed, reactive, ref, unref } from 'vue'
import { ElInput, FormRules } from 'element-plus'