1 Star 1 Fork 0

有一只母猪 / xtxbase

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
index.ts 1.82 KB
一键复制 编辑 原始数据 按行查看 历史
有一只母猪 提交于 2022-08-24 12:02 . 小兔鲜UI基础包
import Skeleton from "./Skeleton/Skeleton.vue";
import Slider from "./Slider/index.vue";
import More from "./More/index.vue";
import Bread from "./Bread/index.vue";
import BreadItem from "./Bread/Item.vue";
import City from "./City/index.vue";
import Count from "./Count/index.vue";
import Button from "./Button/index.vue";
import CheckBox from "./CheckBox/index.vue";
import ImageView from "./ImageView/index.vue";
import Sku from "./Sku/index.vue";
import Dialog from "./Dialog/index.vue";
import InfiniteLoad from "./InfiniteLoad/index.vue";
import Tabs from "./Tabs/index.vue";
import TabPane from "./Tabs/pane.vue";
import type { App, Plugin } from "vue";
const XtxUI: Plugin = {
install(app: App) {
app.component(`XtxSkeleton`, Skeleton);
app.component(`XtxSlider`, Slider);
app.component(`XtxMore`, More);
app.component(`XtxBread`, Bread);
app.component(`XtxBreadItem`, BreadItem);
app.component(`XtxImageView`, ImageView);
app.component(`XtxCity`, City);
app.component(`XtxSku`, Sku);
app.component(`XtxCount`, Count);
app.component(`XtxButton`, Button);
app.component(`XtxCheckBox`, CheckBox);
app.component(`XtxDialog`, Dialog);
app.component(`XtxTabs`, Tabs);
app.component(`XtxTabPane`, TabPane);
app.component(`XtxInfiniteLoad`, InfiniteLoad);
},
};
export default XtxUI;
export const XtxSkeleton = Skeleton;
export const XtxSlider = Slider;
export const XtxMore = More;
export const XtxBread = Bread;
export const XtxBreadItem = BreadItem;
export const XtxImageView = ImageView;
export const XtxCity = City;
export const XtxSku = Sku;
export const XtxCount = Count;
export const XtxButton = Button;
export const XtxCheckBox = CheckBox;
export const XtxDialog = Dialog;
export const XtxTabs = Tabs;
export const XtxTabPane = TabPane;
export const XtxInfiniteLoad = InfiniteLoad;
1
https://gitee.com/buyaoyangzhu/xtxbase.git
git@gitee.com:buyaoyangzhu/xtxbase.git
buyaoyangzhu
xtxbase
xtxbase
master

搜索帮助