lady Liu
lady Liu
有办法限制超出后的文件不要上传么 现在超出的文件也会请求接口上传 这是不正常的, 官方文档里的demo能复现这个问题
需要自己处理 感觉可以内置处理下 ```js const leftCount = computed(() => attrs.maxCount as number - fileList.value.length); // 上传之前校验 const beforeUpload = (file: FileList[number], files: FileList) => { // 校验文件数是否超出,超出部分直接丢弃 const index = files.findIndex(elem...
> ```js > import { message, Upload } from 'ant-design-vue' > ``` > > CUpload.LIST_IGNORE 应该是Upload.LIST_IGNORE吧 yes
可以通过dayjs设置 ```js import dayjs from 'dayjs'; import { ILocale } from '@/types'; import { useI18n } from 'vue-i18n'; const { locale, getLocaleMessage } = useI18n(); watch( () => locale.value, value...
> Try changing PuppeteerRenderer `maxConcurrentRoutes` settings, check readme for example. This not work for me
> > Try changing PuppeteerRenderer `maxConcurrentRoutes` settings, check readme for example. > > This not work for me I am because of the chinese wall, I use facebook login api,the...
本人尝试了下,给点建议,toast和dialog的api有点难用 建议简化下 尤其是那个.show(),整体还是不错的
I have the same problem. ```html // component // other file to use {{ element.name }} ``` 
> Hey @WormGirl, I recently had the same issue but with a `` tag. What worked for me was wrapping it in a `` tag. The documentation says your template...
The problem occurred when I was using lerna management package,seems this code do not get locales correct when use lerna, I log this messages of en is undefined. if i...