9 lines
147 B
Vue
9 lines
147 B
Vue
|
|
<template>
|
||
|
|
<el-button type="primary">424242 </el-button>
|
||
|
|
<RouterView />
|
||
|
|
</template>
|
||
|
|
<script setup lang="ts">
|
||
|
|
</script>
|
||
|
|
|
||
|
|
<style scoped></style>
|