From bf7a2a89dad9f1233aea06398d979d54034314bd Mon Sep 17 00:00:00 2001 From: littly <544028951@qq.com> Date: Thu, 18 Apr 2019 21:47:54 +0800 Subject: [PATCH] =?UTF-8?q?fix(h5):=20=E4=BF=AE=E5=A4=8Dci=E7=9A=84?= =?UTF-8?q?=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/taro-h5/src/api/audio/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/taro-h5/src/api/audio/index.js b/packages/taro-h5/src/api/audio/index.js index 8f16c87aa2f5..7173eb65b43b 100644 --- a/packages/taro-h5/src/api/audio/index.js +++ b/packages/taro-h5/src/api/audio/index.js @@ -1,6 +1,6 @@ // import { findRef } from '../utils/index' import { createCallbackManager } from '../utils/index' -import Taro from '@tarojs/taro-h5' +import Taro from '../../taro' /** * @typedef {object} InnerAudioContext