MES手机端
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 

9 行
312 B

  1. import { withNoopInstall } from '@tuniao/tnui-vue3-uniapp/utils'
  2. import UpdateUserInfoPopup from './index.vue'
  3. export const TnUpdateUserInfoPopup = withNoopInstall(UpdateUserInfoPopup)
  4. export default TnUpdateUserInfoPopup
  5. export * from './types'
  6. export type { TnUpdateUserInfoPopupInstance } from './instance'