3 Star 6 Fork 10

火星科技/mars3d-vue-app

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
public
src
.browserslistrc
.editorconfig
.env.app
.env.development
.env.production
.eslintignore
.eslintrc.json
.gitignore
.prettierignore
.prettierrc
LICENSE
README.md
components.d.ts
index.html
package.json
tsconfig.json
vite.config.ts
克隆/下载
components.d.ts 6.52 KB
一键复制 编辑 原始数据 按行查看 历史
木遥 提交于 4个月前 . 同步代码
/* eslint-disable */
/* prettier-ignore */
// @ts-nocheck
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
export {}
declare module 'vue' {
export interface GlobalComponents {
AutoLocate: typeof import('./src/components/auto-locate/index.vue')['default']
BaseComp: typeof import('./src/components/graphic-options/component/base-comp.vue')['default']
CustomPoint: typeof import('./src/components/custom-point/index.vue')['default']
GraphicOptions: typeof import('./src/components/graphic-options/index.vue')['default']
LayerShortcut: typeof import('./src/components/layer-shortcut/index.vue')['default']
MainView: typeof import('./src/components/mars-work/main-view.vue')['default']
MarsActionSheet: typeof import('./src/components/mars-ui/mars-action-sheet/index.vue')['default']
MarsAttrs: typeof import('./src/components/graphic-options/mars-attrs.vue')['default']
MarsBaseinfo: typeof import('./src/components/graphic-options/mars-baseinfo.vue')['default']
MarsButton: typeof import('./src/components/mars-ui/mars-button/index.vue')['default']
MarsCell: typeof import('./src/components/mars-ui/mars-cell/index.vue')['default']
MarsCheckbox: typeof import('./src/components/mars-ui/mars-checkbox/index.vue')['default']
MarsCollapse: typeof import('./src/components/mars-ui/mars-collapse/index.vue')['default']
MarsCollapseItem: typeof import('./src/components/mars-ui/mars-collapse-item/index.vue')['default']
MarsColorCell: typeof import('./src/components/mars-ui/mars-color-cell/index.vue')['default']
MarsColorPicker: typeof import('./src/components/mars-ui/mars-color-picker/index.vue')['default']
MarsDivider: typeof import('./src/components/mars-ui/mars-divider/index.vue')['default']
MarsDropdownItem: typeof import('./src/components/mars-ui/mars-dropdown-item/index.vue')['default']
MarsDropdownMenu: typeof import('./src/components/mars-ui/mars-dropdown-menu/index.vue')['default']
MarsEmpty: typeof import('./src/components/mars-ui/mars-empty/index.vue')['default']
MarsField: typeof import('./src/components/mars-ui/mars-field/index.vue')['default']
MarsGrid: typeof import('./src/components/mars-ui/mars-grid/index.vue')['default']
MarsGridItem: typeof import('./src/components/mars-ui/mars-grid-item/index.vue')['default']
MarsIcon: typeof import('./src/components/mars-ui/mars-icon/index.vue')['default']
MarsImage: typeof import('./src/components/mars-ui/mars-image/index.vue')['default']
MarsInputNumber: typeof import('./src/components/mars-ui/mars-input-number/index.vue')['default']
MarsMap: typeof import('./src/components/mars-work/mars-map.vue')['default']
MarsNavBar: typeof import('./src/components/mars-ui/mars-nav-bar/index.vue')['default']
MarsPannel: typeof import('./src/components/mars-ui/mars-pannel/index.vue')['default']
MarsPopup: typeof import('./src/components/mars-ui/mars-popup/index.vue')['default']
MarsPositions: typeof import('./src/components/graphic-options/mars-positions.vue')['default']
MarsRadio: typeof import('./src/components/mars-ui/mars-radio/index.vue')['default']
MarsRadioGroup: typeof import('./src/components/mars-ui/mars-radio-group/index.vue')['default']
MarsSearch: typeof import('./src/components/mars-ui/mars-search/index.vue')['default']
MarsSelect: typeof import('./src/components/mars-ui/mars-select/index.vue')['default']
MarsSidebar: typeof import('./src/components/mars-ui/mars-sidebar/index.vue')['default']
MarsSidebarItem: typeof import('./src/components/mars-ui/mars-sidebar-item/index.vue')['default']
MarsSlider: typeof import('./src/components/mars-ui/mars-slider/index.vue')['default']
MarsSliderCell: typeof import('./src/components/mars-ui/mars-slider-cell/index.vue')['default']
MarsStyles: typeof import('./src/components/graphic-options/mars-styles.vue')['default']
MarsSwipeCell: typeof import('./src/components/mars-ui/mars-swipe-cell/index.vue')['default']
MarsSwitch: typeof import('./src/components/mars-ui/mars-switch/index.vue')['default']
MarsSwitchCell: typeof import('./src/components/mars-ui/mars-switch-cell/index.vue')['default']
MarsTab: typeof import('./src/components/mars-ui/mars-tab/index.vue')['default']
MarsTabs: typeof import('./src/components/mars-ui/mars-tabs/index.vue')['default']
QuickPoint: typeof import('./src/components/quick-point/index.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
ToolsShortcut: typeof import('./src/components/tools-shortcut/index.vue')['default']
VanActionSheet: typeof import('vant/es')['ActionSheet']
VanButton: typeof import('vant/es')['Button']
VanCell: typeof import('vant/es')['Cell']
VanCellGroup: typeof import('vant/es')['CellGroup']
VanCheckbox: typeof import('vant/es')['Checkbox']
VanCol: typeof import('vant/es')['Col']
VanCollapse: typeof import('vant/es')['Collapse']
VanCollapseItem: typeof import('vant/es')['CollapseItem']
VanDatePicker: typeof import('vant/es')['DatePicker']
VanDialog: typeof import('vant/es')['Dialog']
VanDivider: typeof import('vant/es')['Divider']
VanDropdownItem: typeof import('vant/es')['DropdownItem']
VanDropdownMenu: typeof import('vant/es')['DropdownMenu']
VanEmpty: typeof import('vant/es')['Empty']
VanField: typeof import('vant/es')['Field']
VanForm: typeof import('vant/es')['Form']
VanGrid: typeof import('vant/es')['Grid']
VanGridItem: typeof import('vant/es')['GridItem']
VanImage: typeof import('vant/es')['Image']
VanList: typeof import('vant/es')['List']
VanNavBar: typeof import('vant/es')['NavBar']
VanPicker: typeof import('vant/es')['Picker']
VanPopup: typeof import('vant/es')['Popup']
VanProgress: typeof import('vant/es')['Progress']
VanRadio: typeof import('vant/es')['Radio']
VanRadioGroup: typeof import('vant/es')['RadioGroup']
VanRow: typeof import('vant/es')['Row']
VanSearch: typeof import('vant/es')['Search']
VanSidebar: typeof import('vant/es')['Sidebar']
VanSidebarItem: typeof import('vant/es')['SidebarItem']
VanSlider: typeof import('vant/es')['Slider']
VanStepper: typeof import('vant/es')['Stepper']
VanSticky: typeof import('vant/es')['Sticky']
VanSwipeCell: typeof import('vant/es')['SwipeCell']
VanSwitch: typeof import('vant/es')['Switch']
VanTab: typeof import('vant/es')['Tab']
VanTabs: typeof import('vant/es')['Tabs']
VanUploader: typeof import('vant/es')['Uploader']
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/marsgis/mars3d-vue-app.git
git@gitee.com:marsgis/mars3d-vue-app.git
marsgis
mars3d-vue-app
mars3d-vue-app
master

搜索帮助