UNPKG

@antmjs/vantui

Version:

一套适用于Taro3及React的vantui组件库

13 lines (12 loc) 323 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.imageUrl = imageUrl; var PRESETS = ['error', 'search', 'default', 'network']; function imageUrl(image) { if (PRESETS.indexOf(image) !== -1) { return 'https://img.yzcdn.cn/vant/empty-image-' + image + '.png'; } return image; }