mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-06-06 00:18:51 +08:00
10 lines
131 B
Vue
10 lines
131 B
Vue
<script setup lang="ts">
|
|
defineOptions({
|
|
name: "SystemLog"
|
|
});
|
|
</script>
|
|
|
|
<template>
|
|
<div>正在开发中...</div>
|
|
</template>
|