Zlpt_Portal/src/App.vue

9 lines
147 B
Vue
Raw Normal View History

2023-11-30 10:49:45 +08:00
<template>
<el-button type="primary">424242 </el-button>
<RouterView />
</template>
<script setup lang="ts">
</script>
<style scoped></style>