support Slider

support Slider
This commit is contained in:
梁灏 2017-03-03 15:52:19 +08:00
parent 79288d43dd
commit 1c803cdfb0
3 changed files with 85 additions and 87 deletions

View file

@ -28,7 +28,7 @@ export default {
default () {
return {
gpuAcceleration: false,
// boundariesElement: 'body' // todo 暂时注释,发现在 vue 2 里方向暂时可以自动识别了,待验证
boundariesElement: 'body' // todo 暂时注释,发现在 vue 2 里方向暂时可以自动识别了,待验证(还是有问题的)
};
}
},