Clean up Vue component refs (#813)

* Clean up Vue component refs

* Second pass of code improvements
This commit is contained in:
Keavon Chambers
2022-10-24 20:02:49 -07:00
parent cee1add3a4
commit d2e23d6b15
21 changed files with 253 additions and 195 deletions
+1 -1
View File
@@ -764,7 +764,7 @@ export type TextButtonWidget = {
props: {
kind: "TextButton";
label: string;
icon?: string;
icon?: IconName;
emphasized?: boolean;
minWidth?: number;
disabled?: boolean;