feat(Select): new component (#92)

This commit is contained in:
Benjamin Canac
2024-05-07 22:58:56 +02:00
committed by GitHub
parent 4a123906d0
commit 1942b8e117
60 changed files with 3068 additions and 692 deletions

View File

@@ -38,7 +38,7 @@
"docs:build": "nuxi generate docs",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"typecheck": "vue-tsc --noEmit",
"typecheck": "vue-tsc --noEmit && nuxi typecheck playground",
"test": "vitest",
"release": "release-it"
},
@@ -68,7 +68,7 @@
"@release-it/conventional-changelog": "^8.0.1",
"@vue/test-utils": "^2.4.6",
"eslint": "^9.2.0",
"happy-dom": "^14.10.1",
"happy-dom": "^14.7.1",
"joi": "^17.13.1",
"nuxt": "^3.11.2",
"release-it": "^17.2.1",