We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2ec99f commit 3c5214eCopy full SHA for 3c5214e
2 files changed
.env
@@ -1 +1,2 @@
1
VITE_APP_LOGIN_BG=https://fastly.jsdelivr.net/gh/mx-space/docs-images@master/images/chichi-1.jpeg
2
+VITE_APP_BASE_API=http://localhost:2333
src/components/config-form/index.tsx
@@ -346,6 +346,7 @@ const ScheamFormItem = defineComponent({
346
)
347
}
348
349
+ case 'number':
350
case 'integer': {
351
return (
352
<NInputNumber
0 commit comments