Merge remote-tracking branch 'sedum/feat/allowgeoloc' into dev_geo

This commit is contained in:
lesion
2022-11-15 17:37:13 +01:00
37 changed files with 663 additions and 107 deletions

View File

@@ -6,6 +6,7 @@ v-snackbar(
:top="top"
:left="left"
:right="right"
transition='scroll-x-reverse-transition'
:timeout="timeout")
v-icon.mr-3(color="white" v-text='icon')
span {{ message }}
@@ -25,7 +26,7 @@ export default {
bottom: true,
top: false,
left: false,
right: false,
right: true,
active: false,
timeout: 5000,
message: ''