mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
build(projects): update deps, update logos
This commit is contained in:
13
src/views/document/project/index.vue
Normal file
13
src/views/document/project/index.vue
Normal file
@ -0,0 +1,13 @@
|
||||
<template>
|
||||
<div class="h-full">
|
||||
<iframe class="wh-full" :src="src"></iframe>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import { ref } from 'vue';
|
||||
|
||||
const src = ref('https://docs.soybean.pro/');
|
||||
</script>
|
||||
|
||||
<style scoped></style>
|
Reference in New Issue
Block a user