ruoyi-plus-soybean/src/App.vue

11 lines
175 B
Vue
Raw Normal View History

<template>
<app-provider>
<router-view />
</app-provider>
</template>
<script lang="ts" setup>
import AppProvider from './AppProvider.vue';
</script>
<style></style>