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

@@ -5,7 +5,9 @@
</template>
<script setup lang="ts">
const src = 'https://www.naiveui.com/zh-CN/os-theme/docs/introduction';
import { ref } from 'vue';
const src = ref('https://www.naiveui.com/zh-CN/os-theme/docs/introduction');
</script>
<style scoped></style>

View File

@@ -5,7 +5,9 @@
</template>
<script setup lang="ts">
const src = 'https://staging-cn.vuejs.org/';
import { ref } from 'vue';
const src = ref('https://docs.soybean.pro/');
</script>
<style scoped></style>

View File

@@ -5,7 +5,9 @@
</template>
<script setup lang="ts">
const src = 'https://cn.vitejs.dev/';
import { ref } from 'vue';
const src = ref('https://cn.vitejs.dev/');
</script>
<style scoped></style>

View File

@@ -5,7 +5,9 @@
</template>
<script setup lang="ts">
const src = 'https://v3.cn.vuejs.org/';
import { ref } from 'vue';
const src = ref('https://v3.cn.vuejs.org/');
</script>
<style scoped></style>