UNPKG

vantui-edit

Version:

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

15 lines (12 loc) 325 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; }