8 lines
118 B
Vue
Raw Normal View History

2024-04-27 23:10:03 +08:00
<script setup lang="ts"></script>
2024-04-24 20:54:13 +08:00
<template>
2024-04-27 23:10:03 +08:00
<h2>系统通知</h2>
2024-04-24 20:54:13 +08:00
</template>
2024-04-27 23:10:03 +08:00
<style scoped lang="scss"></style>