Skip to content

Commit

Permalink
Wip
Browse files Browse the repository at this point in the history
  • Loading branch information
LoiLock committed Aug 9, 2022
1 parent 3a747a2 commit e592346
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions src/Flex.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
'flex-wrapper--inline': inline
}"
:style="({
display: inline ? 'inline-flex' : 'flex',
flexDirection: direction,
justifyContent: justifyContent,
alignItems: alignItems,
Expand Down Expand Up @@ -60,13 +61,3 @@ const getGap = computed(() => {
});
</script>

<style lang="scss" scoped>
.flex-wrapper {
display: flex;
&--inline {
display: inline-flex;
}
}
</style>

0 comments on commit e592346

Please sign in to comment.