export interface IPriceEmits { /** 点击事件 */ click: [text: string | number] }