Commit 6ba113e8 by Johannes Edmeier

Polish ui code

unecessary scss sections removed no type for errors props
parent ea63e0a5
......@@ -23,11 +23,11 @@ import * as shape from 'd3-shape';
import * as time from 'd3-time';
export default {
...shape,
...scale,
...axis,
...array,
...axis,
...brush,
...time,
...selection
}
\ No newline at end of file
...scale,
...selection,
...shape,
...time
}
......@@ -36,7 +36,7 @@
default: () => [],
},
error: {
type: Object,
type: null,
default: null
}
},
......
......@@ -82,7 +82,3 @@
},
}
</script>
<style lang="scss">
@import "~@/assets/css/utilities";
</style>
......@@ -186,7 +186,3 @@
watch: {}
}
</script>
<style lang="scss">
@import "~@/assets/css/utilities";
</style>
......@@ -38,7 +38,7 @@
default: () => [],
},
error: {
type: Object,
type: null,
default: null
}
},
......
......@@ -31,7 +31,7 @@
default: () => [],
},
error: {
type: Object,
type: null,
default: null
}
},
......
......@@ -50,10 +50,7 @@
</template>
<script>
import iconSpringBootAdmin from '@/assets/img/icon-spring-boot-admin.svg';
export default {
components: {iconSpringBootAdmin},
data: () => ({
showMenu: false
}),
......@@ -67,7 +64,7 @@
default: () => [],
},
error: {
type: Object,
type: null,
default: null
}
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment