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