policeSecurity/securityManagement/src/views/test.vue

8 lines
120 B
Vue
Raw Normal View History

2024-08-30 18:01:34 +08:00
<template>
2024-11-01 17:13:51 +08:00
<div style="margin: 100px auto;width: 500px">
</div>
2024-08-30 18:01:34 +08:00
</template>
2024-11-01 17:13:51 +08:00
<script lang="ts" setup>
2024-08-30 18:01:34 +08:00
</script>
2024-09-03 11:28:48 +08:00