Skip to content

Commit

Permalink
docs: 调整
Browse files Browse the repository at this point in the history
  • Loading branch information
LanceJiang committed Oct 10, 2024
1 parent e30a40c commit 3c1d071
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

dist
temp
cache/*
/.vitepress/cache/*

zh-CN
fr-FR
Expand Down
2 changes: 1 addition & 1 deletion docs/.vitepress/theme/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import ElementPlus from 'element-plus'
import DefaultTheme from 'vitepress/theme'
// 国际化
import i18n from '@/lang/index'
import /*VPApp, */{ /*NotFound,*/ globals, local_components } from '../vitepress'
import VPApp, { /*NotFound,*/ globals, local_components } from '../vitepress'
import { define } from '../utils/types'
// import 'uno.css'
import type { Theme } from 'vitepress'
Expand Down
4 changes: 2 additions & 2 deletions docs/.vitepress/vitepress/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// import VPApp from './components/vp-app.vue'
import VPApp from './components/vp-app.vue'

import 'element-plus/theme-chalk/index.css'
// element dark css
Expand All @@ -7,7 +7,7 @@ import 'element-plus/theme-chalk/dark/css-vars.css'
import './styles/css-vars.scss'
import './styles/app.scss'
import type { Component } from 'vue'
// export default VPApp
export default VPApp

import VPDemo from './components/vp-demo.vue'
import VPApiTyping from './components/globals/vp-api-typing.vue'
Expand Down
4 changes: 2 additions & 2 deletions docs/component/LeSelect.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ LeSelect/use-valueKey_labelKey
| loading-text | 远程加载时显示的文字 | string | — | 加载中 | -->
</span>

## SelectV2 事件
## LeSelect 事件

| 名称 | 说明 | 参数|
| -------------- |----------------------| --------------------------------------- |
Expand All @@ -163,7 +163,7 @@ LeSelect/use-valueKey_labelKey
| blur | 当选择器的输入框失去焦点时触发 | (event: FocusEvent) |
| focus | 当选择器的输入框获得焦点时触发 | (event: FocusEvent) |

## SelectV2 插槽
## LeSelect 插槽

| 插槽名 | 详情 |
| ------- |----------------------|
Expand Down

0 comments on commit 3c1d071

Please sign in to comment.