Skip to content

Commit 5cea847

Browse files
committed
demo: update
1 parent b77e2a1 commit 5cea847

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

demos/vue3-demo/pnpm-lock.yaml

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

demos/vue3-demo/src/components/Player.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,9 +151,9 @@ onMounted(() => {
151151
<button @click="capturePicture">capturePicture</button>
152152
<button @click="fullScreen">fullScreen</button>
153153
<button @click="getOSDTime">getOSDTime</button>
154-
<button @click="ezopenStartTalk">开始对讲</button>
155-
<button @click="ezopenStopTalk">结束对讲</button>
156-
<button @click="destroy">销毁</button>
154+
<button @click="ezopenStartTalk">startTalk</button>
155+
<button @click="ezopenStopTalk">stopTalk</button>
156+
<button @click="destroy">destroy</button>
157157
</div>
158158
</div>
159159
</template>

0 commit comments

Comments
 (0)