wip
This commit is contained in:
parent
ddcd3c3305
commit
a5a7f8a031
13 changed files with 72 additions and 30 deletions
|
|
@ -11,6 +11,7 @@
|
|||
</template>
|
||||
|
||||
<script lang="ts">
|
||||
import { defineComponent } from 'vue';
|
||||
import { toUnicode } from 'punycode';
|
||||
import XSigninDialog from '../components/signin-dialog.vue';
|
||||
import XSignupDialog from '../components/signup-dialog.vue';
|
||||
|
|
@ -18,11 +19,14 @@ import MkButton from '../components/ui/button.vue';
|
|||
import { host } from '../config';
|
||||
import define from './define';
|
||||
|
||||
export default define({
|
||||
const widget = define({
|
||||
name: 'welcome',
|
||||
props: () => ({
|
||||
})
|
||||
}).extend({
|
||||
});
|
||||
|
||||
export default defineComponent({
|
||||
extends: widget,
|
||||
components: {
|
||||
MkButton
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue