sakura/.vscode/snippets.json

13 lines
347 B
JSON
Raw Normal View History

2021-07-09 18:28:29 +08:00
{
"html": {
"snippets": {
"divc": "div[class=${1}]",
"view": "div[class=${1}]",
"text": "span[class=\"text\"]",
2021-07-13 16:15:03 +08:00
"image": "Image[src=${1} placeholder=${2} :avatar=\"false\" alt=${2} :draggable=\"false\"]",
2021-08-04 23:57:10 +08:00
"icon": "UiIcon[name=${1} :width=\"100%\" :height=\"100%\"]",
"slot": "slot[name=${1}]"
2021-07-09 18:28:29 +08:00
}
}
}