Skip to content

Commit

Permalink
feat: make up the functional component
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangmo8 committed Feb 22, 2024
1 parent 32a5f9c commit 6f2e3fd
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 8,037 deletions.
4 changes: 2 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"typescript.tsdk": "node_modules/typescript/lib",
}
"typescript.tsdk": "node_modules/typescript/lib"
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
"lint": "eslint . --fix"
},
"peerDependencies": {
"@varlet/shared": "^2.9.3",
"@varlet/ui": "^2.9.3"
"@varlet/shared": "latest",
"@varlet/ui": "latest"
},
"dependencies": {
"@nuxt/kit": "^3.3.2",
Expand Down Expand Up @@ -81,4 +81,4 @@
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}
}
Loading

0 comments on commit 6f2e3fd

Please sign in to comment.