vellengs
vellengs
## 二、当前使用的库版本 ### 1. fast-crud版本: 1.20.0 由于@iconify/vue 打进了dist 包,导致无法使用 addCollection, addAPIProvider 了。 ``` import { addCollection, addAPIProvider } from '@iconify/vue'; ``` 建议 build 的时候 externals 加上 @iconify/vue
sentences probably is undefined. ``` translate error TypeError: Cannot read properties of undefined (reading 'filter') at Translator.buildResText (/xxxxxxxx/node_modules/@vitalets/google-translate-api/src/index.ts:67:8) at Translator.translate (/xxxxxxx/node_modules/@vitalets/google-translate-api/src/index.ts:29:23) at runMicrotasks () at processTicksAndRejections (node:internal/process/task_queues:96:5) at async translate...
ingoreTypeValidator should be ignoreTypeValidator
## PR Checklist Please check if your PR fulfills the following requirements: - [ ] The commit message follows our guidelines: https://github.com/cipchk/nz-schema-form/blob/master/CONTRIBUTING.md#commit - [ ] Tests for the changes have...
schema.properties can be empty. for example: ``` "dateArrayRange": { "type": "array", "items": { "type": "string" }, "title": "日期范围", "default": [ "2018-01-02", "2018-02-03" ], "widget": { "id": "date-range", "format": "YYYY-MM-DD" }...
示例如下: ``` {{ schema.title }} {{schema.description}} ``` 大家看下如何写,这个widget 结构 比较合理
It's wrong to test a date is date; for example '11.15%', ``` new Date('11.15%') ; // is date, but unexpected; ```