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

feat(packages/vue): add useSupported composable

This commit is contained in:
2024-10-05 17:56:58 +07:00
parent 5a91cd264f
commit 2ff7196241
3 changed files with 68 additions and 1 deletions

View File

@@ -1,3 +1,6 @@
{
"extends": "@robonen/tsconfig/tsconfig.json"
"extends": "@robonen/tsconfig/tsconfig.json",
"compilerOptions": {
"lib": ["DOM"]
}
}