mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-17 23:02:49 +00:00
no message
This commit is contained in:
parent
cb3b22a4bf
commit
6ffa651742
@ -60,7 +60,7 @@
|
|||||||
"stylus-loader": "^7.1.0",
|
"stylus-loader": "^7.1.0",
|
||||||
"tinymce": "^5.10.3",
|
"tinymce": "^5.10.3",
|
||||||
"tui-calendar-hi": "^1.15.1-5",
|
"tui-calendar-hi": "^1.15.1-5",
|
||||||
"view-design-hi": "^4.7.0-64",
|
"view-design-hi": "^4.7.0-65",
|
||||||
"vite": "^2.9.15",
|
"vite": "^2.9.15",
|
||||||
"vite-plugin-file-copy": "^1.0.0",
|
"vite-plugin-file-copy": "^1.0.0",
|
||||||
"vite-plugin-require": "^1.1.10",
|
"vite-plugin-require": "^1.1.10",
|
||||||
|
|||||||
@ -1,12 +1,11 @@
|
|||||||
<template>
|
<template>
|
||||||
<Modal
|
<ModalAlive
|
||||||
v-model="showModal"
|
v-model="showModal"
|
||||||
class-name="common-search-box-modal"
|
class-name="common-search-box-modal"
|
||||||
:closable="!isFullscreen"
|
:closable="!isFullscreen"
|
||||||
:fullscreen="isFullscreen"
|
:fullscreen="isFullscreen"
|
||||||
:mask-closable="false"
|
:mask-closable="false"
|
||||||
:footer-hide="true"
|
:footer-hide="true"
|
||||||
:content-alive="true"
|
|
||||||
width="640">
|
width="640">
|
||||||
|
|
||||||
<div class="search-header">
|
<div class="search-header">
|
||||||
@ -68,11 +67,12 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</Modal>
|
</ModalAlive>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import {mapState} from "vuex";
|
import {mapState} from "vuex";
|
||||||
|
import ModalAlive from "view-design-hi/src/components/modal/modal-alive";
|
||||||
import emitter from "../store/events";
|
import emitter from "../store/events";
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
@ -80,6 +80,9 @@ export default {
|
|||||||
props: {
|
props: {
|
||||||
//
|
//
|
||||||
},
|
},
|
||||||
|
components: {
|
||||||
|
ModalAlive,
|
||||||
|
},
|
||||||
|
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user