提交 a3b5033a 编写于 作者: fxy060608's avatar fxy060608

fix: make video tree-shakeable

上级 34941693
此差异已折叠。
......@@ -9,6 +9,7 @@ import {
onMounted,
SetupContext,
renderList,
onBeforeUnmount,
} from 'vue'
import { passive } from '@dcloudio/uni-shared'
import { useI18n, initI18nVideoMsgsOnce } from '@dcloudio/uni-core'
......@@ -16,7 +17,6 @@ import { getRealPath } from '@dcloudio/uni-platform'
import { useSubscribe } from '@dcloudio/uni-components'
import { useCustomEvent } from '@dcloudio/uni-components'
import { useUserAction } from '@dcloudio/uni-components'
import { onBeforeUnmount } from '@dcloudio/uni-h5-vue/src'
type CustomEventTrigger = ReturnType<typeof useCustomEvent>
type UserActionState = ReturnType<typeof useUserAction>['state']
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册