refactor: minor refactors, update snapshots

This commit is contained in:
woothu
2019-11-21 13:10:12 +01:00
parent cdfef77bab
commit 07e4966ad2
35 changed files with 1627 additions and 1589 deletions
-1
View File
@@ -43,7 +43,6 @@ export default {
freeSet,
methods: {
toKebabCase (str) {
console.log(this.$options.freeSet, this.$options.freeSet.handPointDown)
return str.replace(/([a-z])([A-Z0-9])/g, '$1-$2').toLowerCase()
}
}