|
|
@@ -164,6 +164,7 @@ import NoticeItem from "./components/NoticeItem";
|
|
|
import FileEntry from "./components/FileEntry";
|
|
|
import {reactive, ref} from "vue";
|
|
|
|
|
|
+
|
|
|
const newNoticeType = reactive({type: "", title: "", color: ""});
|
|
|
const showNewNoticeDialog = ref(false);
|
|
|
const themeColor = {
|