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://cn.vitejs.dev/';
import { ref } from 'vue';
const src = ref('https://cn.vitejs.dev/');
</script>
<style scoped></style>