mirror of
https://github.com/Bubka/2FAuth.git
synced 2024-11-26 18:25:09 +01:00
Fix emit declaration
This commit is contained in:
parent
ff6f328bb3
commit
865daa1cf6
@ -10,7 +10,7 @@
|
|||||||
areDisabled: Boolean
|
areDisabled: Boolean
|
||||||
})
|
})
|
||||||
|
|
||||||
const emit = defineEmits(['update:inManagementMode, move-button-clicked', 'delete-button-clicked', 'export-button-clicked'])
|
const emit = defineEmits(['update:inManagementMode', 'move-button-clicked', 'delete-button-clicked', 'export-button-clicked'])
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Routes user to the appropriate submitting view
|
* Routes user to the appropriate submitting view
|
||||||
|
Loading…
Reference in New Issue
Block a user