'admin-22.11.30:修改v2.4.0文字说明'

This commit is contained in:
lyt 2022-11-30 17:34:16 +08:00
parent 1787f09bdc
commit 4f8f13a722
6 changed files with 7 additions and 1368 deletions

View File

@ -43,13 +43,13 @@
| Edge | Firefox | Chrome | Safari | | Edge | Firefox | Chrome | Safari |
| --------- | ------------ | ----------- | ----------- | | --------- | ------------ | ----------- | ----------- |
| Edge ≥ 79 | Firefox ≥ 78 | Chrome ≥ 72 | Safari ≥ 12 | | Edge ≥ 79 | Firefox ≥ 78 | Chrome ≥ 76 | Safari ≥ 12 |
> 由于 Vue3 不再支持 IE11故而 ElementPlus 也不支持 IE11 及之前版本。 > 由于 Vue3 不再支持 IE11故而 ElementPlus 也不支持 IE11 及之前版本。
#### ⚡ 使用说明 #### ⚡ 使用说明
建议使用 cnpm因为 yarn 有时会报错。<a href="http://nodejs.cn/" target="_blank">node 版本 > 12xx.xx.x</a> 建议使用 cnpm因为 yarn 有时会报错。<a href="http://nodejs.cn/" target="_blank">node 版本 > 14xx.xx.x</a>
```bash ```bash
# 克隆项目 # 克隆项目

1363
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -50,7 +50,6 @@
"eslint-plugin-vue": "^9.8.0", "eslint-plugin-vue": "^9.8.0",
"prettier": "^2.8.0", "prettier": "^2.8.0",
"sass": "^1.56.1", "sass": "^1.56.1",
"sass-loader": "^13.2.0",
"typescript": "^4.9.3", "typescript": "^4.9.3",
"vite": "^3.2.4", "vite": "^3.2.4",
"vite-plugin-vue-setup-extend": "^0.4.0", "vite-plugin-vue-setup-extend": "^0.4.0",
@ -65,8 +64,8 @@
"url": "https://gitee.com/lyt-top/vue-next-admin/issues" "url": "https://gitee.com/lyt-top/vue-next-admin/issues"
}, },
"engines": { "engines": {
"node": ">=12.0.0", "node": ">=14.0.0",
"npm": ">= 6.0.0" "npm": ">= 7.0.0"
}, },
"keywords": [ "keywords": [
"vue", "vue",

View File

@ -71,6 +71,7 @@
<script setup lang="ts" name="iconSelector"> <script setup lang="ts" name="iconSelector">
import { ref, reactive, onMounted, nextTick, computed, watch } from 'vue'; import { ref, reactive, onMounted, nextTick, computed, watch } from 'vue';
import initIconfont from '/@/utils/getStyleSheets'; import initIconfont from '/@/utils/getStyleSheets';
import '/@/theme/iconSelector';
// //
const props = defineProps({ const props = defineProps({

View File

@ -2,7 +2,6 @@
@import 'common/transition.scss'; @import 'common/transition.scss';
@import './other.scss'; @import './other.scss';
@import './element.scss'; @import './element.scss';
@import './iconSelector.scss';
@import './media/media.scss'; @import './media/media.scss';
@import './waves.scss'; @import './waves.scss';
@import './dark.scss'; @import './dark.scss';

View File

@ -100,7 +100,6 @@ const onTablePageChange = (page: TableDemoPageType) => {
const onSortHeader = (data: TableHeaderType[]) => { const onSortHeader = (data: TableHeaderType[]) => {
state.tableData.header = data; state.tableData.header = data;
}; };
// //
onMounted(() => { onMounted(() => {
getTableData(); getTableData();