update default media
This commit is contained in:
parent
b08ca3446b
commit
3e22b09106
1 changed files with 3 additions and 1 deletions
|
@ -48,7 +48,9 @@ export default class App extends Vue {
|
||||||
private animateVolumeInterval?: number;
|
private animateVolumeInterval?: number;
|
||||||
|
|
||||||
private defaultMedia = [
|
private defaultMedia = [
|
||||||
"https://www.youtube.com/watch?v=q76bMs-NwRk",
|
"https://www.youtube.com/watch?v=jX6kn9_U8qk",
|
||||||
|
"https://www.youtube.com/watch?v=E77jmtut1Zc",
|
||||||
|
"https://youtu.be/OW7TH2U4hps"
|
||||||
];
|
];
|
||||||
|
|
||||||
private mounted() {
|
private mounted() {
|
||||||
|
|
Loading…
Reference in a new issue