mirror of
https://gitee.com/layui/layui.git
synced 2025-11-24 16:43:14 +08:00
chore(laytpl): 兼容性调整 (#2638)
This commit is contained in:
@@ -201,7 +201,7 @@
|
||||
var closeDelimiter = options.close;
|
||||
var condense = options.condense;
|
||||
var regex = tools.regex;
|
||||
const placeholder = '\u2028'; // Unicode 行分隔符
|
||||
var placeholder = '\u2028'; // Unicode 行分隔符
|
||||
|
||||
// console.log('compile');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user