chore: remove useless log

This commit is contained in:
07akioni 2019-09-19 00:10:51 +08:00
parent 2d56d16f23
commit 536bcd9123

View File

@ -26,7 +26,7 @@ export default {
} }
}, },
mounted () { mounted () {
console.log(this.strokeWidth) // console.log(this.strokeWidth)
} }
} }
</script> </script>