全局注册通用组件

This commit is contained in:
RuoYi
2021-07-09 21:12:37 +08:00
parent 7e2dbc5608
commit ee7607bcca
4 changed files with 12 additions and 81 deletions

View File

@@ -176,14 +176,10 @@
</template>
<script>
import { listNotice, getNotice, delNotice, addNotice, updateNotice, exportNotice } from "@/api/system/notice";
import Editor from '@/components/Editor';
import { listNotice, getNotice, delNotice, addNotice, updateNotice } from "@/api/system/notice";
export default {
name: "Notice",
components: {
Editor
},
data() {
return {
// 遮罩层