diff --git a/src/components/Questions/Question.vue b/src/components/Questions/Question.vue index 1ea8711..269ed57 100644 --- a/src/components/Questions/Question.vue +++ b/src/components/Questions/Question.vue @@ -36,6 +36,7 @@
-

+

{ + this.$refs.titleInput.focus() + }) + } + }, + /** * Enable the edit mode */