mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
9 lines
189 B
XML
9 lines
189 B
XML
var bem = require('./bem.wxs').bem;
|
|
|
|
function isSrc(url) {
|
|
return url.indexOf('http') === 0 || url.indexOf('data:image') === 0;
|
|
}
|
|
|
|
module.exports.bem = bem;
|
|
module.exports.isSrc = isSrc;
|