UNPKG

@zhoucanyu/cc-tools

Version:

基于 Vue 自己封装的一些工具

5 lines (4 loc) 100 B
export function warn(errMsg) { const title = "[cc-tools-warn]"; throw `${title} ${errMsg}`; }