lint code
This commit is contained in:
parent
63f26117e7
commit
fa7e863779
@ -55,7 +55,7 @@ export default {
|
|||||||
},
|
},
|
||||||
replaceAt(raw, atList) {
|
replaceAt(raw, atList) {
|
||||||
atList.forEach((atobj) => {
|
atList.forEach((atobj) => {
|
||||||
raw = raw.replaceAll(`[at=${atobj.id}]`,`@${atobj.name} `)
|
raw = raw.replaceAll(`[at=${atobj.id}]`, `@${atobj.name} `)
|
||||||
})
|
})
|
||||||
return raw
|
return raw
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user