From acf2c9369e0d7dfa65360358978fc0018d76a771 Mon Sep 17 00:00:00 2001 From: zhangnuoyan <9354631+zhangnuoyan@user.noreply.gitee.com> Date: 星期六, 24 八月 2024 19:34:58 +0800 Subject: [PATCH] fix: bug --- src/views/oneThree/actualPopulation/index.vue | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/src/views/oneThree/actualPopulation/index.vue b/src/views/oneThree/actualPopulation/index.vue index e69de29..01508db 100644 --- a/src/views/oneThree/actualPopulation/index.vue +++ b/src/views/oneThree/actualPopulation/index.vue @@ -0,0 +1,7 @@ +<template> + <div class="actualPopulation">瀹炴湁浜哄彛</div> +</template> + +<script lang="ts" setup name="actualPopulation"></script> + +<style lang="scss" scoped></style> -- Gitblit v1.8.0