Skip to content

Commit 17db6aa

Browse files
committed
demo: update [email protected]
1 parent 07e1fc4 commit 17db6aa

File tree

4 files changed

+250
-16
lines changed

4 files changed

+250
-16
lines changed

demos/vue3-demo/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@
99
"preview": "vite preview"
1010
},
1111
"dependencies": {
12-
"ezuikit-js": "^8.1.1",
13-
"vue": "^3.2.41"
12+
"ezuikit-js": "^8.1.2",
13+
"vue": "^3.2.41",
14+
"terser": "^5.36.0"
1415
},
1516
"devDependencies": {
1617
"@vitejs/plugin-vue": "^3.2.0",

demos/vue3-demo/pnpm-lock.yaml

Lines changed: 226 additions & 7 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: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,8 @@ const init = () => {
125125
// https://open.ys7.com/help/1772?h=domain
126126
// domain默认是 https://open.ys7.com, 如果是私有化部署或海外的环境,请配置对应的domain
127127
// The default domain is https://open.ys7.com If it is a private deployment or overseas (outside of China) environment, please configure the corresponding domain
128-
domain: "https://open.ys7.com"
129-
}
128+
domain: "https://open.ys7.com",
129+
},
130130
});
131131
window.player = player;
132132
// });
@@ -139,7 +139,9 @@ onMounted(() => {
139139

140140
<template>
141141
<div class="hello-ezuikit-js">
142-
<div id="video-container" style="width: 600px; height: 400px"></div>
142+
<div>
143+
<div id="video-container" style="width: 600px; height: 400px"></div>
144+
</div>
143145
<div>
144146
<button @click="init">init</button>
145147
<button @click="stop">stop</button>

0 commit comments

Comments
 (0)