lvim/snippets/vue.json
2023-10-10 17:34:19 +08:00

10 lines
202 B
JSON

{
"withDefaults": {
"prefix": "withDefaults",
"body": [
"let props = withDefaults(defineProps<{\n}>(),\n {}\n)"
],
"description": "withDefaults"
}
}