build(projects): update deps, update logos

This commit is contained in:
Soybean
2022-09-20 12:09:15 +08:00
parent 7dd7c71d01
commit 22c05674f8
8 changed files with 50 additions and 25 deletions

View 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>