colorize snip

This commit is contained in:
veypi
2023-10-10 17:34:19 +08:00
parent ed4676be72
commit 4974b6f774
7 changed files with 33 additions and 0 deletions
+4
View File
@@ -9,6 +9,10 @@
{
"language": "python",
"path": "./python.json"
},
{
"language": "vue",
"path": "./vue.json"
}
]
}
+9
View File
@@ -0,0 +1,9 @@
{
"withDefaults": {
"prefix": "withDefaults",
"body": [
"let props = withDefaults(defineProps<{\n}>(),\n {}\n)"
],
"description": "withDefaults"
}
}