UNPKG

@zhangqingcq/plug-r-qw

Version:

A JS lib base on Vue and View-design, you can achieve some complex functions with simple code after install this lib.

8 lines (6 loc) 218 B
let methodsR = {} let getCP = require.context('./', false, /.md$/) getCP.keys().forEach((e) => { methodsR[e?.replace?.(/^\.\/(\w*)\.md$/, '$1')?.toLowerCase?.()] = getCP(e)?.default }) export default methodsR