Mostrare Bottone Telegram per tutti

Visualizzazione Cellulare sul Profilo
This commit is contained in:
paoloar77
2022-02-24 23:36:27 +01:00
parent 430408f7bf
commit d797221430
25 changed files with 208 additions and 114 deletions

View File

@@ -7,6 +7,7 @@ import { IColGridTable, IImgGallery } from 'model'
import { CMyChipList } from '../CMyChipList'
import { CDate } from '../CDate'
import { CDateTime } from '../CDateTime'
import { CLabel } from '../CLabel'
import { CMyToggleList } from '../CMyToggleList'
import { CMySelect } from '../CMySelect'
import { CMyEditor } from '../CMyEditor'
@@ -173,7 +174,7 @@ export default defineComponent({
default: false,
},
},
components: { CMyChipList, CDateTime, CDate, CMyToggleList, CMySelect, CMyEditor, CGallery },
components: { CMyChipList, CDateTime, CDate, CMyToggleList, CMySelect, CMyEditor, CGallery, CLabel },
setup(props, { emit }) {
const $q = useQuasar()
const { t } = useI18n()