Update questions-page-layout.vue

removed the commented code
This commit is contained in:
Sneha 2023-02-23 18:21:06 +05:30
parent dbf449089b
commit 01c6ee9c27

View file

@ -64,9 +64,6 @@ export default {
},
},
},
// mounted(){
// this.getbuttonText();
// },
methods: {
showThisQuestionChain(glass, i) {
// return false if no questions or if suppressed
@ -84,11 +81,6 @@ export default {
showLoadingModal() {
this.$refs.loadingModal.showModal();
},
// getbuttonText(){
// this.$refs.siteFooter.updateButtonText(
// `Continue`
// );
// }
},
components: {
siteHeader,