Complete writing the textarea element in the view and sync it with the story ref.
<script setup>
import { ref } from 'vue';
const story = ref('');
</script>
<template>
// your code here
</template>Complete writing the textarea element in the view and sync it with the story ref.
<script setup>
import { ref } from 'vue';
const story = ref('');
</script>
<template>
// your code here
</template>Create a free account to access the full topic