colorize snip
This commit is contained in:
@@ -9,6 +9,10 @@
|
||||
{
|
||||
"language": "python",
|
||||
"path": "./python.json"
|
||||
},
|
||||
{
|
||||
"language": "vue",
|
||||
"path": "./vue.json"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"withDefaults": {
|
||||
"prefix": "withDefaults",
|
||||
"body": [
|
||||
"let props = withDefaults(defineProps<{\n}>(),\n {}\n)"
|
||||
],
|
||||
"description": "withDefaults"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user