8 lines
118 B
Vue
8 lines
118 B
Vue
<script setup lang="ts"></script>
|
|
|
|
<template>
|
|
<h2>系统通知</h2>
|
|
</template>
|
|
|
|
<style scoped lang="scss"></style>
|