Skip to content

Commit 0f17cc3

Browse files
authored
chore: format (#325)
1 parent e131f06 commit 0f17cc3

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
"packageManager": "[email protected]",
55
"description": "Element Plus Playground",
66
"type": "module",
7-
"engines": {
8-
"node": ">=20.10"
9-
},
107
"keywords": [
118
"element",
129
"element-plus",
@@ -55,5 +52,8 @@
5552
"vite-plugin-mkcert": "^1.17.8",
5653
"vue-tsc": "^2.2.12"
5754
},
55+
"engines": {
56+
"node": ">=20.10"
57+
},
5858
"prettier": "@sxzz/prettier-config"
5959
}

src/App.vue

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,9 @@ watch(autoSave, setAutoSaveState)
9292
<style>
9393
body {
9494
--at-apply: m-none text-13px;
95-
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen,
96-
Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
95+
font-family:
96+
-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu,
97+
Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
9798
--base: #444;
9899
--nav-height: 50px;
99100
}

0 commit comments

Comments
 (0)