memo english translations

This commit is contained in:
cutestnekoaqua 2022-12-26 17:41:47 +01:00
parent 698d4f7607
commit 483787fd29

View file

@ -29,7 +29,7 @@ const widgetPropsDef = {
type WidgetProps = GetFormResultType<typeof widgetPropsDef>;
// vueimporttype
// Currently, due to a limitation of vue, imported types cannot be passed to generics.
//const props = defineProps<WidgetComponentProps<WidgetProps>>();
//const emit = defineEmits<WidgetComponentEmits<WidgetProps>>();
const props = defineProps<{ widget?: Widget<WidgetProps>; }>();