Tcode平台改造升级-安全事件中心页面开发
This commit is contained in:
16
src/views/Jyh/News/index.vue
Normal file
16
src/views/Jyh/News/index.vue
Normal file
@@ -0,0 +1,16 @@
|
||||
<template>
|
||||
<div class="pg-news">
|
||||
<ModBanner />
|
||||
<ModNews />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import { ref } from 'vue';
|
||||
import ModBanner from './ModBanner.vue'
|
||||
import ModNews from './ModNews.vue'
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
|
||||
</style>
|
||||
Reference in New Issue
Block a user