mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-06-07 08:57:19 +08:00
fix: vxe-table icon not show
This commit is contained in:
parent
a2d1cf0e5f
commit
52910602ff
@ -92,6 +92,7 @@
|
|||||||
"eslint": "^8.8.0",
|
"eslint": "^8.8.0",
|
||||||
"eslint-plugin-prettier": "^4.0.0",
|
"eslint-plugin-prettier": "^4.0.0",
|
||||||
"eslint-plugin-vue": "^8.4.1",
|
"eslint-plugin-vue": "^8.4.1",
|
||||||
|
"font-awesome": "^4.7.0",
|
||||||
"husky": "^7.0.4",
|
"husky": "^7.0.4",
|
||||||
"lint-staged": "11.1.2",
|
"lint-staged": "11.1.2",
|
||||||
"postcss": "^8.4.6",
|
"postcss": "^8.4.6",
|
||||||
|
7
pnpm-lock.yaml
generated
7
pnpm-lock.yaml
generated
@ -43,6 +43,7 @@ specifiers:
|
|||||||
eslint: ^8.8.0
|
eslint: ^8.8.0
|
||||||
eslint-plugin-prettier: ^4.0.0
|
eslint-plugin-prettier: ^4.0.0
|
||||||
eslint-plugin-vue: ^8.4.1
|
eslint-plugin-vue: ^8.4.1
|
||||||
|
font-awesome: ^4.7.0
|
||||||
husky: ^7.0.4
|
husky: ^7.0.4
|
||||||
js-cookie: ^3.0.1
|
js-cookie: ^3.0.1
|
||||||
lint-staged: 11.1.2
|
lint-staged: 11.1.2
|
||||||
@ -162,6 +163,7 @@ devDependencies:
|
|||||||
eslint: 8.9.0
|
eslint: 8.9.0
|
||||||
eslint-plugin-prettier: 4.0.0_eslint@8.9.0+prettier@2.5.1
|
eslint-plugin-prettier: 4.0.0_eslint@8.9.0+prettier@2.5.1
|
||||||
eslint-plugin-vue: 8.4.1_eslint@8.9.0
|
eslint-plugin-vue: 8.4.1_eslint@8.9.0
|
||||||
|
font-awesome: 4.7.0
|
||||||
husky: 7.0.4
|
husky: 7.0.4
|
||||||
lint-staged: 11.1.2
|
lint-staged: 11.1.2
|
||||||
postcss: 8.4.6
|
postcss: 8.4.6
|
||||||
@ -3796,6 +3798,11 @@ packages:
|
|||||||
optional: true
|
optional: true
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
|
/font-awesome/4.7.0:
|
||||||
|
resolution: { integrity: sha1-j6jPBBGhoxr9B7BtKQK7n8gVoTM= }
|
||||||
|
engines: { node: ">=0.10.3" }
|
||||||
|
dev: true
|
||||||
|
|
||||||
/fraction.js/4.1.3:
|
/fraction.js/4.1.3:
|
||||||
resolution:
|
resolution:
|
||||||
{
|
{
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
import "xe-utils";
|
import "xe-utils";
|
||||||
import { App } from "vue";
|
import { App } from "vue";
|
||||||
import { i18n } from "../i18n/index";
|
import { i18n } from "../i18n/index";
|
||||||
|
import "font-awesome/css/font-awesome.min.css";
|
||||||
import {
|
import {
|
||||||
// 核心
|
// 核心
|
||||||
VXETable,
|
VXETable,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user