Skip to content

Commit

Permalink
fix(Textarea): imports from vue
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincanac committed Nov 24, 2021
1 parent 0b0e373 commit ce46e58
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/forms/Textarea.vue
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
</template>

<script>
import { ref, computed, onMounted } from 'vue'
export default {
props: {
modelValue: {
Expand Down

1 comment on commit ce46e58

@vercel
Copy link

@vercel vercel bot commented on ce46e58 Nov 24, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

Please sign in to comment.