Arlo

Results 93 issues of Arlo

This hook is used for Checkbox group, supports multiple selection, single selection, select-all, select-none and semi-selected. ```ts import { useSelections } from '@vueuse/core' const data = [1, 2, 3, 4,...

no stale

```html {{ formatted }} import { timestamp, useCountDown } from '@vueuse/core' const t = timestamp() + 30000 const { formatted } = useCountDown(t) ``` ## Component ```html {{ formatted }}...

no stale

```ts import { ref } from 'vue-demi' import { UseSticky as USticky } from './component' import { useSticky } from '.' const el = ref(null) const { isFixed } =...

no stale

refactor(types): use template literal types insteads of any

项目地址: https://github.com/webfansplz/temir-snake-game 文章地址: https://zhuanlan.zhihu.com/p/561163309 项目介绍: 使用Vue.js开发的命令行贪吃蛇游戏,只需要一句命令就可以在终端窗口玩贪吃蛇~ 演示: https://user-images.githubusercontent.com/22515951/188403002-2b2cfe2f-5749-465a-8d4d-579ef6de79eb.mov

https://user-images.githubusercontent.com/22515951/197812624-4a2724a7-de56-4522-ad5e-f02fac90b9c8.mov