refactor(client): use setup syntax

This commit is contained in:
syuilo 2022-09-05 18:51:23 +09:00
parent 9132c72545
commit 9db2380c20
3 changed files with 54 additions and 61 deletions

View file

@ -8,12 +8,12 @@
</div>
</template>
<script lang="ts">
import { defineComponent } from 'vue';
<script lang="ts" setup>
import { } from 'vue';
export default defineComponent({
});
function focus() {
// TODO
}
</script>
<style lang="scss" scoped>