feat: 系统日志添加查看详情 (#974)

* feat: 系统日志添加查看详情
This commit is contained in:
xiaoming
2024-03-13 20:46:37 +08:00
committed by GitHub
parent 0b9fcaca4a
commit e6302b0f38
14 changed files with 799 additions and 582 deletions

View File

@@ -1,7 +1,7 @@
<script setup lang="ts">
import { reactive, watch } from "vue";
import VueJsonPretty from "vue-json-pretty";
import "vue-json-pretty/lib/styles.css";
import VueJsonPretty from "vue-json-pretty";
defineOptions({
name: "JsonEditor"