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