视频点播二重唱
This commit is contained in:
11
renderjs/custom.js
Normal file
11
renderjs/custom.js
Normal 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)
|
||||
}
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user