Merge pull request #2549 from Computroniks/docs/update-jsdoc-2023-01-05

Added missing JSDoc comments
This commit is contained in:
Louis Lam
2023-01-15 13:10:17 +08:00
committed by GitHub
28 changed files with 273 additions and 13 deletions

View File

@@ -191,6 +191,7 @@ export default {
location.reload();
},
/** Show confirmation dialog for disable auth */
confirmDisableAuth() {
this.$refs.confirmDisableAuth.show();
},