1
0
mirror of https://github.com/robonen/tools.git synced 2026-03-20 10:54:44 +00:00

feat(packages/vue): update useCounter composable to include additional functionality

This commit is contained in:
2024-05-31 01:17:35 +07:00
parent d9973af2ed
commit 93065d46ca
2 changed files with 16 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
import { it, expect, describe } from 'vitest';
import { useCounter } from '.';
import { ref } from 'vue';
import { useCounter } from '.';
describe('useCounter', () => {
it('initialize count with the provided initial value', () => {