mirror of
https://github.com/filegator/filegator.git
synced 2025-08-26 11:44:37 +02:00
lint tweaks
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user