chore: cleanup

This commit is contained in:
Methapon2001 2024-04-19 14:22:23 +07:00
parent cec7db9388
commit 550ded4f63
6 changed files with 12 additions and 24 deletions

View file

@ -1,5 +1,5 @@
<script setup lang="ts">
import { ref, watch } from 'vue';
import { ref } from 'vue';
defineProps<{
title: string;
@ -25,15 +25,6 @@ function reset() {
myForm.value.resetValidation();
}
}
// watch(
// () => window.screen.width,
// (v) => {
// console.log(v);
// drawerWidth.value = v;
// },
// );
</script>
<template>
<q-drawer