Module ‘".vue"’ has no exported member ‘RulesProps’. Did you mean to use 'import RulesProps from ".vue"’ instead?
32 | defineComponent, reactive
33 | } from ‘vue’
34 | import ValidateInput, { RulesProps } from ‘@/components/ValidateInput.vue’
RulesProps 这个 类型不能从子组件里导入吗