refacto: migrate to composition API everywhere
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
<script lang="ts" setup>
|
||||
import GoBack from '@/components/GoBack.vue'
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div class="about content">
|
||||
<go-back />
|
||||
@@ -21,16 +25,6 @@
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script lang="ts">
|
||||
import { defineComponent } from 'vue'
|
||||
|
||||
import GoBack from '@/components/GoBack.vue'
|
||||
|
||||
export default defineComponent({
|
||||
components: { GoBack }
|
||||
})
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.about {
|
||||
padding: 1rem;
|
||||
|
||||
Reference in New Issue
Block a user