You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
<script setup lang="ts">
|
|
// This starter template is using Vue 3 <script setup> SFCs
|
|
// Check out https://vuejs.org/api/sfc-script-setup.html#script-setup
|
|
import 'element-plus/dist/index.css';
|
|
</script>
|
|
|
|
<template>
|
|
<router-view></router-view>
|
|
</template>
|