视频点播二重唱

This commit is contained in:
2024-08-07 09:12:27 +08:00
parent 55e6620508
commit 25069ac340
94 changed files with 17399 additions and 62643 deletions

11
renderjs/custom.js Normal file
View File

@@ -0,0 +1,11 @@
// renderjs/custom.js
export default {
methods: {
customMethod() {
// 自定义方法逻辑
console.log('执行自定义渲染逻辑');
const s_tag = document.createElement("script"); // 引入播放器js
console.log('s_tag at line 7:', s_tag)
}
}
};