Skip to content

Commit 329e929

Browse files
committedMar 21, 2023
fix:remove a useless icon
1 parent e52241d commit 329e929

21 files changed

+29
-716
lines changed
 

‎.env.development

-1
This file was deleted.

‎.env.production

-1
This file was deleted.

‎components.d.ts

-9
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,7 @@ declare module '@vue/runtime-core' {
1212
NButton: typeof import('naive-ui')['NButton']
1313
NCard: typeof import('naive-ui')['NCard']
1414
NConfigProvider: typeof import('naive-ui')['NConfigProvider']
15-
NForm: typeof import('naive-ui')['NForm']
16-
NFormItem: typeof import('naive-ui')['NFormItem']
17-
NFormItemRow: typeof import('naive-ui')['NFormItemRow']
18-
NIcon: typeof import('naive-ui')['NIcon']
19-
NInput: typeof import('naive-ui')['NInput']
2015
NSpace: typeof import('naive-ui')['NSpace']
21-
NTab: typeof import('naive-ui')['NTab']
22-
NTabPane: typeof import('naive-ui')['NTabPane']
23-
NTabs: typeof import('naive-ui')['NTabs']
24-
NTooltip: typeof import('naive-ui')['NTooltip']
2516
RouterLink: typeof import('vue-router')['RouterLink']
2617
RouterView: typeof import('vue-router')['RouterView']
2718
}

‎index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8">
5-
<link rel="icon" href="favicon.ico">
5+
<link rel="icon" href="/favicon.ico">
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7-
<title>Mutu Admin</title>
7+
<title>Vite App</title>
88
</head>
99
<body>
1010
<div id="app"></div>

‎package.json

+1-8
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.0.0",
44
"private": true,
55
"scripts": {
6-
"dev": "vite --host=0.0.0.0",
6+
"dev": "vite",
77
"build": "run-p type-check build-only",
88
"preview": "vite preview",
99
"build-only": "vite build",
@@ -12,11 +12,8 @@
1212
"format": "prettier --write src/"
1313
},
1414
"dependencies": {
15-
"axios": "^1.3.4",
1615
"naive-ui": "^2.34.3",
1716
"pinia": "^2.0.32",
18-
"qs": "^6.11.1",
19-
"sass": "^1.59.3",
2017
"unplugin-auto-import": "^0.15.1",
2118
"unplugin-vue-components": "^0.24.1",
2219
"vue": "^3.2.47",
@@ -25,18 +22,14 @@
2522
"devDependencies": {
2623
"@rushstack/eslint-patch": "^1.2.0",
2724
"@types/node": "^18.14.2",
28-
"@vicons/ionicons5": "^0.12.0",
2925
"@vitejs/plugin-vue": "^4.0.0",
3026
"@vue/eslint-config-prettier": "^7.1.0",
3127
"@vue/eslint-config-typescript": "^11.0.2",
3228
"@vue/tsconfig": "^0.1.3",
33-
"autoprefixer": "^10.4.14",
3429
"eslint": "^8.34.0",
3530
"eslint-plugin-vue": "^9.9.0",
3631
"npm-run-all": "^4.1.5",
37-
"postcss": "^8.4.21",
3832
"prettier": "^2.8.4",
39-
"tailwindcss": "^3.2.7",
4033
"typescript": "~4.8.4",
4134
"vfonts": "^0.0.3",
4235
"vite": "^4.1.4",

0 commit comments

Comments
 (0)