LcLoveStudy/template-vue3.x-ts

Type overuse

Closed this issue · 1 comments

import { type FormInstance, type FormRules } from 'element-plus'
change to
import type { FormInstance, FormRules } from 'element-plus'

It is recommended that each type of another file be managed😁

Thanks for your advice, I will optimize the code as soon as possible