BigW Consortium Gitlab

Add missing docs

parent 780eead7
......@@ -41,6 +41,7 @@ export default {
type: String,
required: true,
},
},
data() {
return {
......@@ -55,6 +56,12 @@ export default {
},
},
methods: {
/**
* The request should not be handled here.
* However due to this component being used in several
* different apps it avoids repetition & complexity.
*
*/
onClickAction() {
$(this.$el).tooltip('hide');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment