MES手机端
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 

9 righe
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'