memo english translations
This commit is contained in:
parent
8717f93453
commit
225d7aa0f9
|
@ -29,7 +29,7 @@ const widgetPropsDef = {
|
|||
|
||||
type WidgetProps = GetFormResultType<typeof widgetPropsDef>;
|
||||
|
||||
// 現時点ではvueの制限によりimportしたtypeをジェネリックに渡せない
|
||||
// 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>; }>();
|
||||
|
|
Loading…
Reference in New Issue