Client - register globally some custom components
This commit is contained in:
@ -18,7 +18,7 @@
|
||||
import { defineComponent, ref, watch } from 'vue'
|
||||
|
||||
export default defineComponent({
|
||||
name: 'CustomTextarea',
|
||||
name: 'CustomTextArea',
|
||||
props: {
|
||||
charLimit: {
|
||||
type: Number,
|
||||
|
@ -25,17 +25,11 @@
|
||||
<script lang="ts">
|
||||
import { ComputedRef, computed, defineComponent, onUnmounted } from 'vue'
|
||||
|
||||
import Card from '@/components/Common/Card.vue'
|
||||
import ErrorMessage from '@/components/Common/ErrorMessage.vue'
|
||||
import { ROOT_STORE } from '@/store/constants'
|
||||
import { useStore } from '@/use/useStore'
|
||||
|
||||
export default defineComponent({
|
||||
name: 'Modal',
|
||||
components: {
|
||||
Card,
|
||||
ErrorMessage,
|
||||
},
|
||||
props: {
|
||||
title: {
|
||||
type: String,
|
||||
|
Reference in New Issue
Block a user