|
|
@@ -1,10 +1,15 @@
|
|
|
<template>
|
|
|
<el-popover placement="bottom" trigger="hover">
|
|
|
- <template #reference> 扫描二维码 </template>
|
|
|
+ <template #reference>
|
|
|
+ <el-icon :size="18"><Download /></el-icon>
|
|
|
+ 下载
|
|
|
+ </template>
|
|
|
<img src="~@/assets/images/QRcodeExample.png" />
|
|
|
</el-popover>
|
|
|
</template>
|
|
|
|
|
|
-<script lang="ts" setup></script>
|
|
|
+<script lang="ts" setup>
|
|
|
+ import { Download } from '@element-plus/icons-vue';
|
|
|
+</script>
|
|
|
|
|
|
<style scoped></style>
|