mirror of
https://github.com/cuiocean/ZY-Player.git
synced 2026-07-17 11:31:23 +08:00
get video url
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
<template>
|
||||
<div class="about">
|
||||
<h1>This is an about page</h1>
|
||||
</div>
|
||||
</template>
|
||||
@@ -1,18 +1,8 @@
|
||||
<template>
|
||||
<div class="home">
|
||||
<img alt="Vue logo" src="../assets/logo.png">
|
||||
<HelloWorld msg="Welcome to Your Vue.js App"/>
|
||||
</div>
|
||||
<div class="home">home</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
// @ is an alias to /src
|
||||
import HelloWorld from '@/components/HelloWorld.vue'
|
||||
|
||||
export default {
|
||||
name: 'home',
|
||||
components: {
|
||||
HelloWorld
|
||||
}
|
||||
name: 'home'
|
||||
}
|
||||
</script>
|
||||
|
||||
13
src/views/Search.vue
Normal file
13
src/views/Search.vue
Normal file
@@ -0,0 +1,13 @@
|
||||
<template>
|
||||
<div class="search">search</div>
|
||||
</template>
|
||||
<script>
|
||||
import video from '@/util/util.video'
|
||||
export default {
|
||||
name: 'search',
|
||||
methods: {},
|
||||
created () {
|
||||
video.init()
|
||||
}
|
||||
}
|
||||
</script>
|
||||
Reference in New Issue
Block a user