mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-06-13 16:36:40 +02:00
Add global comment to describe the Options view
This commit is contained in:
parent
331a062c32
commit
b70c44560b
@ -34,6 +34,22 @@
|
|||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Options view
|
||||||
|
*
|
||||||
|
* route: '/settings'
|
||||||
|
*
|
||||||
|
* Allow user to edit any option.
|
||||||
|
*
|
||||||
|
* This is the content of the Options tab set in views/settings/index.vue
|
||||||
|
* The view is a form that automatically post to backend every time a field is changed.
|
||||||
|
*
|
||||||
|
* All changes are dynamically applied thanks to vue reacivity, except the lang one which force the
|
||||||
|
* page to reload.
|
||||||
|
*
|
||||||
|
* inputs : Running options values are passed using the this.$root.appSettings var to feed the form
|
||||||
|
*/
|
||||||
|
|
||||||
import Form from './../../components/Form'
|
import Form from './../../components/Form'
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user