UNPKG

@opentiny/tiny-toolkit-pro

Version:

TinyPro Vue:开箱即用、前后端分离的 Vue 后台管理模板

8 lines (6 loc) 229 B
import board from './board'; import forms from './forms'; import list from './list'; import profile from './profile'; import user from './user'; export default [...board, ...list, ...profile, ...user, ...forms] as const;