UNPKG

tc-directive-plus

Version:

一个基于Vue3.x较为常用的自定义指令库

15 lines (9 loc) 232 B
import unit from "./layout/index"; import common from "./common/index"; const utils = {}; const objArr = [unit, common]; objArr.forEach((el) => { Object.assign(utils, el); }); export { unit, common }; export default utils;