mirror of
https://github.com/OpenBMB/MiniCPM-V.git
synced 2026-02-05 18:29:18 +08:00
8 lines
103 B
Vue
8 lines
103 B
Vue
<template>
|
|
<RouterView />
|
|
</template>
|
|
|
|
<script setup></script>
|
|
|
|
<style lang="less" scoped></style>
|