Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/selenium/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Adobe将CC动画化为Vue.js组件_Vue.js_Adobe_Vue Component_Animate Cc - Fatal编程技术网

Adobe将CC动画化为Vue.js组件

Adobe将CC动画化为Vue.js组件,vue.js,adobe,vue-component,animate-cc,Vue.js,Adobe,Vue Component,Animate Cc,有人知道将已发布的Adobe Animate CC HTML5 canvas/JS文件嵌入Vue.JS组件的最佳方法吗 谢谢您可以将其包含在组件内的iframe中,但这需要您在本地拥有html/js文件: <template> <iframe src="myproject.html" scrolling="no" style="width:640px; height:480px; margin:0; padding:0; border:none; overflow:hidd

有人知道将已发布的Adobe Animate CC HTML5 canvas/JS文件嵌入Vue.JS组件的最佳方法吗


谢谢

您可以将其包含在组件内的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标记的属性以满足您的需要