policeSecurity/securityManagement/src/views/test.vue

11 lines
115 B
Vue
Raw Normal View History

2024-08-30 18:01:34 +08:00
<template>
2024-09-05 10:41:57 +08:00
<div>test</div>
2024-08-30 18:01:34 +08:00
</template>
2024-09-05 10:41:57 +08:00
<script setup lang="ts">
2024-09-03 11:28:48 +08:00
2024-08-30 18:01:34 +08:00
</script>
2024-09-03 11:28:48 +08:00
2024-09-03 18:25:25 +08:00
2024-08-30 18:01:34 +08:00
<style scoped lang="scss">
2024-09-05 10:41:57 +08:00
</style>