2
0
mirror of https://github.com/tenrok/vue2-datepicker.git synced 2026-06-23 10:20:35 +03:00
This commit is contained in:
mengxiong10
2017-05-16 20:21:12 +08:00
parent b14834456b
commit 15f969ed5e
-1
View File
@@ -195,7 +195,6 @@ export default {
}) })
}, },
displayPopup () { displayPopup () {
console.log()
const dw = document.documentElement.clientWidth const dw = document.documentElement.clientWidth
const dh = document.documentElement.clientHeight const dh = document.documentElement.clientHeight
const InputRect = this.$el.getBoundingClientRect() const InputRect = this.$el.getBoundingClientRect()