mirror of
https://github.com/ArthurDanjou/website-old.git
synced 2026-01-14 12:14:42 +01:00
14 lines
105 B
Vue
14 lines
105 B
Vue
<template>
|
|
|
|
</template>
|
|
|
|
<script>
|
|
export default {
|
|
name: "GoToTop"
|
|
}
|
|
</script>
|
|
|
|
<style scoped>
|
|
|
|
</style>
|