+
{{ $tc('word.function', 1) }}
@@ -108,6 +108,9 @@ export default {
showCreateRoutineModal () {
this.$emit('show-create-routine-modal');
},
+ showCreateFunctionModal () {
+ this.$emit('show-create-function-modal');
+ },
showDeleteModal () {
this.isDeleteModal = true;
},