vue2.x+ts项目,在props type导入自定义接口类型报‘xxx‘ only refers to a type, but is being used as a value here处理办法
一、报错‘xxx’onlyreferstoatype,butisbeingusedasavaluehere在Props中使用自定义类型约束时,报上面的错误。然后我在网上查找教程,找到一个说在ts中导出class接口,虽然没有报错,但是按照我的下面的定义,在父组件中传入data值,会报错误。那如何改动呐?exportclasspopType{title:{name:string;nameStyle?