Skip to content

Commit

Permalink
chore: 更新 code-snippets
Browse files Browse the repository at this point in the history
  • Loading branch information
pany-ang committed Dec 31, 2024
1 parent 6ad8d08 commit 0a43808
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .vscode/hook.code-snippets
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"Vue3 Composable 代码结构一键生成": {
"prefix": "Vue3 Composable",
"body": [
"import { ref } from \"vue\"\n",
"const refName1 = ref<string>(\"这是一个响应式变量\")\n",
"export function useName() {",
"\tconst refName2 = ref<string>(\"这是一个响应式变量\")\n",
Expand Down

0 comments on commit 0a43808

Please sign in to comment.