Skip to content
Form.js 407 B
Newer Older
import AppForm from '../app-components/Form/AppForm';

Vue.component('research-project-form', {
    mixins: [AppForm],
    data: function() {
        return {
            form: {
                data_type:  '' ,
Antonio Amaddio's avatar
Antonio Amaddio committed
                department:  '' ,
Antonio Amaddio's avatar
Antonio Amaddio committed
                project_title:  '' ,
                responsible_researcher:  '' ,