mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-19 10:58:04 +08:00
Add the checkbox input widget (#204)
* Add the checkbox input widget * Add OptionalInput widget
This commit is contained in:
4
.vscode/vuecomp.code-snippets
vendored
4
.vscode/vuecomp.code-snippets
vendored
@@ -22,10 +22,10 @@
|
||||
"import { defineComponent } from \"vue\";",
|
||||
"",
|
||||
"export default defineComponent({",
|
||||
"\tcomponents: {",
|
||||
"\t},",
|
||||
"\tprops: {",
|
||||
"\t},",
|
||||
"\tcomponents: {",
|
||||
"\t},",
|
||||
"});",
|
||||
"</script>",
|
||||
"",
|
||||
|
||||
Reference in New Issue
Block a user