This commit is contained in:
2022-02-24 09:43:32 +08:00
parent 07f707f94a
commit 18173995ab
2 changed files with 3 additions and 2 deletions

View File

@@ -14,7 +14,8 @@
import imBase from '../../mixins/imBase.js'
export default {
name: 'showText',
name: 'showText',
mixins:[imBase],
props: {
message: {
type: Object,