parent
f18f01a047
commit
a6968329e4
2 changed files with 3 additions and 3 deletions
|
@ -11,7 +11,7 @@
|
|||
import WootSnackbarBox from './components/SnackbarContainer';
|
||||
|
||||
export default {
|
||||
name: 'app',
|
||||
name: 'App',
|
||||
|
||||
components: {
|
||||
WootSnackbarBox,
|
||||
|
@ -21,10 +21,11 @@ export default {
|
|||
this.$store.dispatch('set_user');
|
||||
this.$store.dispatch('validityCheck');
|
||||
},
|
||||
|
||||
};
|
||||
</script>
|
||||
|
||||
<style lang="scss">
|
||||
@import './assets/scss/app';
|
||||
</style>
|
||||
|
||||
<style src="vue-multiselect/dist/vue-multiselect.min.css"></style>
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
// @import '~vue-multiselect/dist/vue-multiselect.min.css';
|
||||
.multiselect {
|
||||
min-height: 38px;
|
||||
margin-bottom: $space-normal;
|
||||
|
|
Loading…
Reference in a new issue