Fix flaky test on project page (and also some errors on production)
This commit is contained in:
parent
c0e93f666d
commit
9e17ac3335
|
|
@ -34,7 +34,7 @@
|
|||
</page-form>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
<script lang="ts">
|
||||
import PageForm from '@/components/page-form/PageForm.vue';
|
||||
import PageFormInput from '@/components/page-form/PageFormInput.vue';
|
||||
|
||||
|
|
@ -66,6 +66,7 @@ export default {
|
|||
return this.localProject.title;
|
||||
},
|
||||
},
|
||||
emits: ['save'],
|
||||
};
|
||||
</script>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue