chet novoe
This commit is contained in:
@@ -58,9 +58,9 @@ const items = ref([
|
||||
|
||||
onMounted(() => {
|
||||
setTimeout(() => {
|
||||
console.log(route.params['mode']);
|
||||
if (route.params['mode']) {
|
||||
console.log(route.params['mode']);
|
||||
|
||||
if (route.path == '/transactions/create') {
|
||||
|
||||
|
||||
openDrawer('INSTANT')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user