slot test
This commit is contained in:
@@ -31,7 +31,9 @@
|
||||
</div>
|
||||
<div class="q-pa-md">
|
||||
<q-btn label="アプリ選択" color="primary" @click="showDg()" />
|
||||
<show-dialog ref="appDg" :name="name" v-model:visible="show" :type="type" :columns="columns" :rows="rows" @close="closeDg"></show-dialog>
|
||||
<show-dialog v-model:visible="show">
|
||||
<app-select></app-select>
|
||||
</show-dialog>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -42,6 +44,7 @@
|
||||
|
||||
<script setup lang="ts">
|
||||
import ShowDialog from 'components/ShowDialog.vue';
|
||||
import AppSelect from 'components/AppSelect.vue';
|
||||
import { ref } from 'vue'
|
||||
let name = 'アプリ'
|
||||
let show = ref(false);
|
||||
|
||||
Reference in New Issue
Block a user