wenzhixin / bootstrap-table-examples

Bootstrap table examples
https://examples.bootstrap-table.com/
MIT License
2.24k stars 1.62k forks source link

bug in _beautifySource function #492

Open dobrys opened 9 months ago

dobrys commented 9 months ago

you REALLY HAVE A BUG in function "_beautifySource"; caused by code in template.js line 152-153 : var obj = eval('(' + strings.join('').replace(/[^\u0000-\u007E]/g, '') .replace(/^init((.*))$/, '$1') + ')')

please, fix it and

have a nice day

smillove commented 9 months ago

这是一封自动回复邮件。已经收到您的来信,我会尽快回复。

wenzhixin commented 6 months ago

@dobrys Please provide an Online Example to show the bug. Thanks!