Skip to content

Committee.vue

Image of the component

This component renders the Committee tab of the About us page.
Info: This component is dynamically imported in the About.vue page.

📄 View source on GitHub

Used by

Functions

getVersion

Function to get the app version from the indexedDB. The version is displayed by a click on the image of the webmaster

isClickable

Function to allow a committee member element to become clickable (i.e., has an action to exececute).

Parameters:

  • item: - A committee member object.

openDialog

Open a dialog if requested by a click action. Used to display the app-version on demand

Parameters:

  • item: - A committee member object.

Released under the MIT License.