memo english translations

This commit is contained in:
cutestnekoaqua 2022-12-26 17:41:47 +01:00
parent 8717f93453
commit 225d7aa0f9
No known key found for this signature in database
GPG key ID: 6BF0964A5069C1E0

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>; }>();