im-ui-mobile 0.0.50 → 0.0.51
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -29,7 +29,7 @@ import ImHeadImage from '../im-head-image/im-head-image.vue'
|
|
|
29
29
|
import { datetime, dom, messageType, emoji } from '../../index'
|
|
30
30
|
// import dom from '../../types/utils/dom'
|
|
31
31
|
// import messageType from '../../types/utils/messageType'
|
|
32
|
-
import { MESSAGE_TYPE } from '../../types
|
|
32
|
+
import { MESSAGE_TYPE } from '../../types'
|
|
33
33
|
// import emoji from '../../types/utils/emoji';
|
|
34
34
|
|
|
35
35
|
interface Props {
|
package/package.json
CHANGED