younggglcy
younggglcy
> Promise.all() is parallel, and to ensure that the order of execution is predictable, it should probably look like this. > > ```ts > function chainCallbacks(...callbacks: (((ctx: T) => void...
It should be solved in #2178 . How about trying again with the newest version of VueUse?
To solve this, you should write your own unocss config in `vite.config.ts` or `unocss.config.ts` e.g. In `vite.config.ts` ```typescript import { defineConfig } from 'vite' import unocss from 'unocss/vite' import {...
CI tests failed due to wrong order returned by `glob.sync()` [here](https://github.com/rollup/plugins/blob/0090e728f52828d39b071ab5c7925b9b575cd568/packages/commonjs/src/dynamic-modules.js#L44). That's because, since glob v9, results will not be sorted. FYI: https://github.com/isaacs/node-glob/issues/576
> @younggglcy I think this is good to merge, but please rebase/merge from master again. CI isn't happy. fixed.
我来负责 Avatar 组件