chore: cleanup
This commit is contained in:
parent
cec7db9388
commit
550ded4f63
6 changed files with 12 additions and 24 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue