Вы не можете выбрать более 25 тем
Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
|
- 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'
|