mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-01 19:48:08 +00:00
@@ -11,7 +11,7 @@
|
|||||||
import WootSnackbarBox from './components/SnackbarContainer';
|
import WootSnackbarBox from './components/SnackbarContainer';
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: 'app',
|
name: 'App',
|
||||||
|
|
||||||
components: {
|
components: {
|
||||||
WootSnackbarBox,
|
WootSnackbarBox,
|
||||||
@@ -21,10 +21,11 @@ export default {
|
|||||||
this.$store.dispatch('set_user');
|
this.$store.dispatch('set_user');
|
||||||
this.$store.dispatch('validityCheck');
|
this.$store.dispatch('validityCheck');
|
||||||
},
|
},
|
||||||
|
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
@import './assets/scss/app';
|
@import './assets/scss/app';
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
<style src="vue-multiselect/dist/vue-multiselect.min.css"></style>
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
// @import '~vue-multiselect/dist/vue-multiselect.min.css';
|
|
||||||
.multiselect {
|
.multiselect {
|
||||||
min-height: 38px;
|
min-height: 38px;
|
||||||
margin-bottom: $space-normal;
|
margin-bottom: $space-normal;
|
||||||
|
|||||||
Reference in New Issue
Block a user