We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc881b6 commit 2b84513Copy full SHA for 2b84513
client/components/EditorSelector.vue
@@ -16,6 +16,8 @@
16
</template>
17
18
<script setup lang="ts">
19
+import { ref } from 'vue'
20
+
21
interface EditorOption {
22
value: string
23
label: string
0 commit comments