Commit 84178231 authored by Nguyễn Hải Sơn's avatar Nguyễn Hải Sơn

Update

parent 94394d0e
...@@ -21,11 +21,11 @@ export const GroupInfoScript = defineComponent({ ...@@ -21,11 +21,11 @@ export const GroupInfoScript = defineComponent({
}, },
groupName: { groupName: {
type: String, type: String,
requite: true, required: true,
}, },
groupDescription: { groupDescription: {
type: String, type: String,
requite: true, required: true,
}, },
}, },
emits: [ emits: [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment