UNPKG

kc-aui

Version:

后台业务组件集合

14 lines (10 loc) 255 B
/** * Copyright (c) 2015-2020 Duozhi, All rights reserved. * @fileoverview 列表注册脚本 * @author Haobo | liuhaobo@kaochong.com */ import List from './list.vue' List.install = (Vue) => { Vue.component(List.name, List) } export default List