Skip to content

Commit 090ca5a

Browse files
committed
feat(lib): adds naive-ui
1 parent 148b3f6 commit 090ca5a

File tree

3 files changed

+164
-0
lines changed

3 files changed

+164
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@
9595
"jsdom": "^22.1.0",
9696
"jsonc-eslint-parser": "^2.1.0",
9797
"lint-staged": "^14.0.1",
98+
"naive-ui": "^2.34.4",
9899
"npm-run-all": "^4.1.5",
99100
"prettier": "^3.0.2",
100101
"rimraf": "^5.0.1",

pnpm-lock.yaml

+162
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tsconfig.app.json

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"composite": true,
77
"baseUrl": ".",
88
"lib": ["DOM", "ESNext"],
9+
"types": ["naive-ui/volar"],
910
"strict": true,
1011
"esModuleInterop": true,
1112
"forceConsistentCasingInFileNames": true,

0 commit comments

Comments
 (0)