基于vue3.0和element-plus的组件库
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
import NoobTag from './item/tag.vue';
|
|
|
|
import NoobButton from './item/button.vue';
|
|
|
|
import NoobSelect from './item/select.vue';
|
|
|
|
import NoobInput from './item/input.vue';
|
|
|
|
import NoobDate from './item/datetime.vue';
|
|
|
|
import LightBox from './item/light-box.vue';
|
|
|
|
|
|
|
|
export { NoobTag, NoobButton, NoobSelect, NoobInput, NoobDate, LightBox };
|
|
|
|
|
|
|
|
import SearchRow from './data/search-row.vue';
|
|
|
|
import ListTable from './data/list-table.vue';
|
|
|
|
import Infomation from './data/infomation.vue';
|
|
|
|
import ModifyForm from './data/modify-form.vue';
|
|
|
|
import LoginForm from './data/login-form.vue';
|
|
|
|
import Descriptions from './data/descriptions.vue';
|
|
|
|
import TableAction from './data/table-action.vue';
|
|
|
|
export {
|
|
|
|
SearchRow,
|
|
|
|
ListTable,
|
|
|
|
Infomation,
|
|
|
|
ModifyForm,
|
|
|
|
LoginForm,
|
|
|
|
Descriptions,
|
|
|
|
TableAction,
|
|
|
|
};
|