Files
jiapuapp/pages/notification/n02-message-detail.vue
T
2026-07-20 06:52:33 +08:00

6 lines
206 B
Vue
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!-- 页面编号N-02用途消息详情已读与空状态 -->
<template><ModulePage page-id="n02" /></template>
<script setup>
import ModulePage from "@/components/ModulePage.vue";
</script>