UNPKG

wecui

Version:

一款基于Vue2.x版本的移动端web组件

9 lines (6 loc) 115 B
'use strict'; function readDir(file, cb) { // do nothing for now cb(null, file); } module.exports = readDir;