mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-26 16:46:19 +08:00
fix: resolve lint fail (#4335)
This commit is contained in:
@@ -162,14 +162,14 @@ const code = new Set([
|
|||||||
'*',
|
'*',
|
||||||
'+',
|
'+',
|
||||||
'.',
|
'.',
|
||||||
'[',
|
|
||||||
']',
|
|
||||||
'?',
|
'?',
|
||||||
|
'[',
|
||||||
'\\',
|
'\\',
|
||||||
|
']',
|
||||||
'^',
|
'^',
|
||||||
'{',
|
'{',
|
||||||
'}',
|
|
||||||
'|',
|
'|',
|
||||||
|
'}',
|
||||||
]);
|
]);
|
||||||
|
|
||||||
// 转换函数,用于转义特殊字符
|
// 转换函数,用于转义特殊字符
|
||||||
|
Reference in New Issue
Block a user