feat: quick switcher
This commit is contained in:
@@ -9,7 +9,7 @@ const text = ref(props.initialValue || '');
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div class="flex flex-col w-full">
|
||||
<div class="flex flex-col h-[70vh] h-[70dvh] w-[85vw]">
|
||||
<h3 class="m-4" v-if="title">{{ title }}</h3>
|
||||
<textarea v-model="text" class="bg-[var(--bg-surface)] resize-none h-full w-full p-2 rounded" />
|
||||
<div class="flex justify-end gap-2 m-2">
|
||||
|
||||
Reference in New Issue
Block a user