refactor(modules/web): Mirgrat to typescript; fix bugs
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user