1 Star 1 Fork 0

有一只母猪 / xtxbase

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
global.d.ts 1.23 KB
一键复制 编辑 原始数据 按行查看 历史
有一只母猪 提交于 2022-08-24 12:05 . 全局声明文件
// 全局组件类型声明文件 for Volar
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';
declare module 'vue' {
// 全局组件需要定义 interface GlobalComponents
export interface GlobalComponents {
XtxSlider: typeof Slider;
XtxSkeleton: typeof Skeleton;
XtxMore: typeof More;
XtxBread: typeof Bread;
XtxBreadItem: typeof BreadItem;
XtxCity: typeof City;
XtxCount: typeof Count;
XtxButton: typeof Button;
XtxCheckBox: typeof CheckBox;
XtxImageView: typeof ImageView;
XtxSku: typeof Sku;
XtxDialog: typeof Dialog;
XtxInfiniteLoad: typeof InfiniteLoad;
XtxTabs: typeof Tabs;
XtxTabPane: typeof TabPane;
}
}
export {};
1
https://gitee.com/buyaoyangzhu/xtxbase.git
git@gitee.com:buyaoyangzhu/xtxbase.git
buyaoyangzhu
xtxbase
xtxbase
master

搜索帮助