This commit is contained in:
Henry Jameson 2022-07-31 12:35:48 +03:00
commit fddb531ed2
133 changed files with 507 additions and 448 deletions

View file

@ -32,7 +32,7 @@ library.add(
)
const SideDrawer = {
props: [ 'logout' ],
props: ['logout'],
data: () => ({
closed: true,
closeGesture: undefined

View file

@ -204,7 +204,7 @@
</div>
</template>
<script src="./side_drawer.js" ></script>
<script src="./side_drawer.js"></script>
<style lang="scss">
@import '../../_variables.scss';