feat: 更换logo
Former-commit-id: d4984fbbb3601223afa38666b26a6778cb5fada1
This commit is contained in:
@@ -24,6 +24,13 @@ module.exports = {
|
|||||||
"vue/no-v-model-argument": "off",
|
"vue/no-v-model-argument": "off",
|
||||||
"@typescript-eslint/no-non-null-assertion": "off",
|
"@typescript-eslint/no-non-null-assertion": "off",
|
||||||
},
|
},
|
||||||
|
// eslint不能对html文件生效
|
||||||
|
overrides: [
|
||||||
|
{
|
||||||
|
files: ["*.html"],
|
||||||
|
processor: "vue/.vue",
|
||||||
|
},
|
||||||
|
],
|
||||||
// https://eslint.org/docs/latest/use/configure/language-options#specifying-globals
|
// https://eslint.org/docs/latest/use/configure/language-options#specifying-globals
|
||||||
globals: {
|
globals: {
|
||||||
DialogOption: "readonly",
|
DialogOption: "readonly",
|
||||||
|
|||||||
26
index.html
26
index.html
@@ -1,18 +1,16 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8" />
|
||||||
|
<link rel="icon" href="./src/assets/logo.png" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
|
<meta name="description" content="vue-element-admin的vue3版本" />
|
||||||
|
<meta name="keywords" content="vue-element-admin,vue3-element-admin" />
|
||||||
|
<title>vue3-element-admin</title>
|
||||||
|
</head>
|
||||||
|
|
||||||
<head>
|
<body>
|
||||||
<meta charset="UTF-8" />
|
<div id="app"></div>
|
||||||
<link rel="icon" href="/favicon.ico" />
|
<script type="module" src="/src/main.ts"></script>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
</body>
|
||||||
<meta name="description" content="vue-element-admin的vue3版本" />
|
|
||||||
<meta name="keywords" content="vue-element-admin,vue3-element-admin" />
|
|
||||||
<title>vue3-element-admin</title>
|
|
||||||
</head>
|
|
||||||
|
|
||||||
<body>
|
|
||||||
<div id="app"></div>
|
|
||||||
<script type="module" src="/src/main.ts"></script>
|
|
||||||
</body>
|
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
Binary file not shown.
|
Before Width: | Height: | Size: 6.7 KiB After Width: | Height: | Size: 6.6 KiB |
Reference in New Issue
Block a user