mirror of
https://github.com/pure-admin/pure-admin-thin.git
synced 2025-04-24 23:47:17 +08:00
perf: 优化
This commit is contained in:
parent
163aef4b83
commit
620255f434
@ -12,7 +12,7 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import { shallowRef, defineProps, defineEmits, ref, watch } from "vue";
|
import { shallowRef, ref, watch } from "vue";
|
||||||
import { Codemirror } from "vue-codemirror";
|
import { Codemirror } from "vue-codemirror";
|
||||||
import { javascript } from "@codemirror/lang-javascript";
|
import { javascript } from "@codemirror/lang-javascript";
|
||||||
import { java } from "@codemirror/lang-java";
|
import { java } from "@codemirror/lang-java";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user