mirror of https://github.com/Kylart/KawAnime.git
15 lines
152 B
Vue
15 lines
152 B
Vue
|
<template>
|
||
|
<div>
|
||
|
<h1>This is the watchList page !</h1>
|
||
|
</div>
|
||
|
</template>
|
||
|
|
||
|
<script>
|
||
|
export default {
|
||
|
|
||
|
}
|
||
|
</script>
|
||
|
|
||
|
<style>
|
||
|
|
||
|
</style>
|