插件源码
<template>
<div class='prism-player' :id='playerId' :style='playStyle'></div>
</template>
<script>
export default {
name: 'Aliplayer',
props: {
playStyle: {
type: String,
default: ''
},
aliplayerSdkPath: {
// Aliplayer 代码的路径
type: String,
default: '//g.alicdn.com/de/prismplayer/2.6.0/aliplayer-min.js'
},
autoplay: {
type: