UNPKG
@tencentcloud/tui-emoji-plugin
Version:
latest (3.0.0)
3.0.0
2.4.3
2.4.2
2.4.0
2.3.8
2.3.6
2.3.5
2.3.3
2.3.2
2.3.1
2.3.0
2.2.9
2.2.8
2.2.7
2.2.6
2.2.4
2.2.3
2.2.2
2.2.1
2.2.0
2.1.4
2.1.3
2.1.2
2.1.1
2.1.0
2.0.9
2.0.8
2.0.7
2.0.6
2.0.5
2.0.4
0.0.1
表情回应插件
@tencentcloud/tui-emoji-plugin
/
adapter-vue-uniapp.ts
12 lines
(10 loc)
•
190 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
let
vueVersion
:
number
;
// #ifndef VUE3
export
*
from
'@vue/composition-api'
; vueVersion =
2
;
// #endif
// #ifdef VUE3
export
*
from
'vue'
; vueVersion =
3
;
// #endif
export
{ vueVersion };