大大大白鹅

2023年12月20日

vue2加载远程组件

摘要: <template> <div class="async-component"> <div @click="child">hahah</div> <component ref="test" :is="remote" v-if="remote" :test="test" @handler="haha" 阅读全文

posted @ 2023-12-20 14:12 大大大白鹅 阅读(147) 评论(0) 推荐(0) 编辑

js 视频录制

摘要: <!DOCTYPE html><html> <head> <meta charset="utf-8"> <title></title> </head> <body> <button onclick="startRecording()">开始录像</button> <button onclick="s 阅读全文

posted @ 2023-12-20 14:02 大大大白鹅 阅读(52) 评论(0) 推荐(0) 编辑

导航