Newer
Older
urbanLifeline_YanAn / src / views / system / newsManage / index.vue
@zhangqy zhangqy on 3 Oct 240 bytes first commit
  1. <template>
  2. <!-- 新闻管理 -->
  3. <div class="publicContainer">新闻管理</div>
  4. </template>
  5.  
  6. <script setup name="page">
  7. const allData = reactive({});
  8. onMounted(() => {});
  9. </script>
  10. <style lang="scss">
  11. .page {
  12. width: 100%;
  13. }
  14. </style>