Skip to content

Commit

Permalink
demo: update
Browse files Browse the repository at this point in the history
  • Loading branch information
freeshineit committed Nov 19, 2024
1 parent b77e2a1 commit 5cea847
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions demos/vue3-demo/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions demos/vue3-demo/src/components/Player.vue
Original file line number Diff line number Diff line change
Expand Up @@ -151,9 +151,9 @@ onMounted(() => {
<button @click="capturePicture">capturePicture</button>
<button @click="fullScreen">fullScreen</button>
<button @click="getOSDTime">getOSDTime</button>
<button @click="ezopenStartTalk">开始对讲</button>
<button @click="ezopenStopTalk">结束对讲</button>
<button @click="destroy">销毁</button>
<button @click="ezopenStartTalk">startTalk</button>
<button @click="ezopenStopTalk">stopTalk</button>
<button @click="destroy">destroy</button>
</div>
</div>
</template>

0 comments on commit 5cea847

Please sign in to comment.