This repository has been archived on 2023-08-30. You can view files and clone it, but cannot push or open issues/pull-requests.
bytedo
/
wcui
Archived
1
0
Fork 0

改用uglify代替babel-minify;更新md5插件;移植路由组件;

old
宇天 2018-03-16 18:05:38 +08:00
parent 785f78335a
commit 112e3c2316
1 changed files with 1 additions and 1 deletions

View File

@ -2930,7 +2930,7 @@
binding.observers.forEach(function(it) { binding.observers.forEach(function(it) {
if (it.type === 'function') { if (it.type === 'function') {
// log(it, expr) // log(it, expr)
let reg = new RegExp(it.p + '\\(([^)]*)\\)', 'g') var reg = new RegExp(it.p + '\\(([^)]*)\\)', 'g')
expr = expr.replace(reg, function(s, m) { expr = expr.replace(reg, function(s, m) {
m = m.trim() m = m.trim()
return ( return (