Skip to content

Commit

Permalink
uniapp uikit v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yaoshun01 committed Mar 4, 2024
1 parent 5475926 commit 6dd69a5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions im-uniapp-ui-vue2/App.vue
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<script>
import RootStore from '@xkit-yx/im-store'
import { NimKitCore } from '@xkit-yx/core-kit/dist/uniapp-nim-core'
import { getMsgContentTipByType } from './pages/NEUIKit/utils/msg'
import { getUniPlatform } from './pages/NEUIKit/utils'
import { getMsgContentTipByType } from './utils/msg'
import { getUniPlatform } from './utils'
// #ifdef APP-PLUS
const nimPushPlugin = uni.requireNativePlugin('NIMUniPlugin-PluginModule')
// #endif
Expand Down
4 changes: 2 additions & 2 deletions im-uniapp-ui/src/App.vue
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<script>
import RootStore from '@xkit-yx/im-store'
import { NimKitCore } from '@xkit-yx/core-kit/dist/uniapp-nim-core'
import { getMsgContentTipByType } from './pages/NEUIKit/utils/msg'
import { getUniPlatform } from './pages/NEUIKit/utils'
import { getMsgContentTipByType } from './utils/msg'
import { getUniPlatform } from './utils'
// #ifdef APP-PLUS
const nimPushPlugin = uni.requireNativePlugin('NIMUniPlugin-PluginModule')
// #endif
Expand Down

0 comments on commit 6dd69a5

Please sign in to comment.