|
|
il y a 3 ans | |
|---|---|---|
| build | il y a 3 ans | |
| config | il y a 3 ans | |
| src | il y a 3 ans | |
| static | il y a 3 ans | |
| .babelrc | il y a 3 ans | |
| .editorconfig | il y a 3 ans | |
| .gitignore | il y a 3 ans | |
| .postcssrc.js | il y a 3 ans | |
| README.md | il y a 3 ans | |
| index.html | il y a 3 ans | |
| logo.png | il y a 3 ans | |
| package-lock.json | il y a 3 ans | |
| package.json | il y a 3 ans | |
| vue.config.js | il y a 3 ans |
A Vue.js project
修改 @jiaminghi 源码 文件位置 @jiaminghi => data-view => lib => components => scrollBoard => main.vue handleHover() 方法 在鼠标移出事件中将 @mouseleave="handleHover(false)" 修改为 @mouseleave="handleHover(false, ri, ci, row, ceil)" methods中 handleHover()添加 if (!enter) emitEvent('mouseout', ri, ci, row, ceil)
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
For a detailed explanation on how things work, check out the guide and docs for vue-loader.