mirror of
https://github.com/continew-org/continew-admin.git
synced 2025-09-27 04:57:10 +08:00
refactor: 优化字典相关样式,引入颜色选择器优化背景色输入
vue3-colorpicker
This commit is contained in:
@@ -14,5 +14,7 @@
|
||||
</template>
|
||||
|
||||
<script lang="ts" setup>
|
||||
const imageSrc = ['https://doc.charles7c.top/qrcode.jpg'];
|
||||
const imageSrc = [
|
||||
`https://doc.charles7c.top/qrcode.jpg?${new Date().getTime()}`,
|
||||
];
|
||||
</script>
|
||||
|
Reference in New Issue
Block a user