# vue-hot-img **Repository Path**: sync-github/vue-hot-img ## Basic Information - **Project Name**: vue-hot-img - **Description**: Vue 热图组件 ,Vue 热区图选择 - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: main - **Homepage**: https://github.com/lljj-x/vue-hot-img - **GVP Project**: No ## Statistics - **Stars**: 6 - **Forks**: 8 - **Created**: 2021-11-15 - **Last Updated**: 2024-07-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue-hot-img 预览地址:https://demo.buhuida.com/vue-hot-zone-img Vue 热区图组件,双向绑定多个热区 ## fork 原项目:https://github.com/OrangeXC/vue-hotzone 在原有项目的基础上做了如下调整: * 样式调整 * Prop `zonesInit` 调整为 `v-model` * Emits 添加 `onSelect` emit,当选中或者取消选中时触发 ## 使用 `npm i vue-hot-img` 其它和原项目一致