Ionic Vue Exoplayer

问题描述 投票:0回答:1

如何在 Ionic 上使用 Android Exoplayer?我正在使用 Ionic + Vue

import { AndroidExoPlayer }  from '@ionic-native/android-exoplayer'

created () { console.log(AndroidExoPlayer) }

我尝试过这个,但记录了我。

undefined

如何在vue中正确设置它?我是不是错过了什么?

"@ionic-native/android-exoplayer": "^5.34.0",
--- ionic android exoplayer 版本。

vue.js cordova ionic-framework cordova-plugins exoplayer
1个回答
0
投票

正确导入应该是

import { AndroidExoplayer } from "@ionic-native/android-exoplayer";
最新问题
© www.soinside.com 2019 - 2025. All rights reserved.