有人知道将已发布的Adobe Animate CC HTML5 canvas / JS文件嵌入Vue.js组件的最佳方法吗?
谢谢
答案 0 :(得分:0)
您可以将其包含在组件内的iframe中,但这需要您在本地拥有html / js文件:
<template>
<iframe src="myproject.html" scrolling="no" style="width:640px; height:480px; margin:0; padding:0; border:none; overflow:hidden"></iframe>
</template>
您应该更改iframe广告代码的属性以适合您的需求。