mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-16 12:05:26 +02:00
wip
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
import Vue from 'vue';
|
||||
import { defineComponent } from 'vue';
|
||||
import { Form } from '../scripts/form';
|
||||
|
||||
export default function <T extends Form>(data: {
|
||||
name: string;
|
||||
props?: () => T;
|
||||
}) {
|
||||
return Vue.extend({
|
||||
return defineComponent({
|
||||
props: {
|
||||
widget: {
|
||||
type: Object
|
||||
|
||||
Reference in New Issue
Block a user