Merge branch 'develop' into vue3
This commit is contained in:
commit
66cc7a28ba
10 changed files with 185 additions and 21 deletions
|
|
@ -1,5 +1,5 @@
|
|||
<template>
|
||||
<x-window @closed="() => { $emit('closed'); destroyDom(); }" :no-padding="true">
|
||||
<x-window @closed="() => { $emit('closed'); destroyDom(); }" :no-padding="true" :width="520" :height="500">
|
||||
<template #header>{{ instance.host }}</template>
|
||||
<div class="mk-instance-info">
|
||||
<div class="table info">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue