You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
283 B
6 lines
283 B
3 years ago
|
<template name="wxParseVideo">
|
||
|
<!--增加video标签支持,并循环添加-->
|
||
|
<view :class="item.classStr + ' wxParse-' + item.tag" :style="item.styleStr">
|
||
|
<video :class="item.classStr + ' wxParse-' + item.tag + '-video'" :src="item.attr.src"></video>
|
||
|
</view>
|
||
|
</template>
|