tnuiv3p-tn-verify-code-input
Version:
TuniaoUI vue3 uniapp 插件
10 lines (6 loc) • 293 B
text/typescript
import { withNoopInstall } from '@tuniao/tnui-vue3-uniapp/utils'
import VerifyCodeInput from './index.vue'
export const TnVerifyCodeInput = withNoopInstall(VerifyCodeInput)
export default TnVerifyCodeInput
export * from './types'
export type { TnVerifyCodeInputInstance } from './instance'