lint tweaks

This commit is contained in:
Milos Stojanovic
2019-06-26 10:54:38 +02:00
parent 565e73c0f8
commit f3a29d33dd
12 changed files with 118 additions and 119 deletions

View File

@@ -18,7 +18,7 @@ import api from '../../api/api'
import _ from 'lodash'
export default {
name: "TreeNode",
name: 'TreeNode',
props: {
node: {
type: Object,
@@ -73,7 +73,7 @@ export default {
}
}
}
};
}
</script>
<style scoped>