Skip to content

Commit 75739f9

Browse files
authored
Merge pull request #98 from Sanjeever/main
fix: typo
2 parents 0eabd14 + cc4e1b4 commit 75739f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ export default {
116116
<script setup lang="ts">
117117
import { reactive } from "vue";
118118
const options = reactive({
119-
width: "800px", //播放器高度
119+
width: "800px", //播放器宽度
120120
height: "450px", //播放器高度
121121
color: "#409eff", //主题色
122122
title: "", //视频名称

0 commit comments

Comments
 (0)