refactor(modules/web): Mirgrat to typescript; fix bugs

This commit is contained in:
Xwite
2024-10-14 21:46:45 +08:00
parent b95deeb607
commit 7984c45cb9
81 changed files with 6396 additions and 3166 deletions
+3 -3
View File
@@ -1,5 +1,5 @@
<script setup>
import { Link } from "@element-plus/icons-vue";
<script setup lang="ts">
import { Link } from '@element-plus/icons-vue'
</script>
<template>
<el-link :icon="Link" href="/help/#appHelp" target="_blank"
@@ -53,7 +53,7 @@ import { Link } from "@element-plus/icons-vue";
</div>
</template>
<style lang="scss" scoped>
<style scoped>
.el-link {
padding: 4px;
}