laterdays
laterdays
### Describe the bug ``` const data = $ref({ size: 10, page: 1, }); const searchParams = computed(() => ({ pageSize: formData.size, pages: formData.pages })); useAxios('https://api.com', searchParams); ``` Converting circular...
**Describe the bug** When I use i18n.global.t(**), I can display a preview, but when I ``` export const i18nt = i18n.global.t; ``` I18nt (**), so the preview cannot be displayed,...
### This function solves the problem (这个功能解决的问题) The table does not seem to clear multiple options at the moment - Used for selecting multiple tables, toggle select all and select...
### This function solves the problem (这个功能解决的问题) I see close-on-select in the dateRange type, but DateTimeRange does not support it ### Expected API (期望的 API) close-on-select boolean Whether to close...
``` import presetIcons from '@unocss/preset-icons'; import { presetUno, presetAttributify } from 'unocss'; import initUnocssRuntime from '@unocss/runtime'; import '@unocss/reset/normalize.css'; import 'uno.css'; import { icons } from '@/assets/icons'; initUnocssRuntime({ defaults: { safelist:...
When code validation fails, the code is removed and returned to the same state as before the change
When code validation fails, the code is removed and returned to the same state as before the change pre-commit file ``` #!/usr/bin/env sh . "$(dirname -- "$0")/_/husky.sh" npx lint-staged --no-stash...
构建后体积从原本的4M,变成了6M,体积变的更大
Does it compress images