mirror of https://github.com/Kylart/KawAnime.git
17 lines
173 B
Vue
17 lines
173 B
Vue
|
<template>
|
||
|
|
||
|
</template>
|
||
|
<style scoped>
|
||
|
|
||
|
</style>
|
||
|
<script>
|
||
|
import axios from 'axios'
|
||
|
|
||
|
export default {
|
||
|
data() {
|
||
|
return {}
|
||
|
},
|
||
|
computed: {}
|
||
|
}
|
||
|
</script>
|