Create TO builder base file and use it to simplify step templates

This commit is contained in:
leigh-mil
2019-07-16 16:34:58 -04:00
parent e3c6b08d34
commit 5b208d9e8d
8 changed files with 183 additions and 276 deletions

View File

@@ -1,5 +1,3 @@
import stickybits from 'stickybits'
import ClinFields from '../clin_fields'
import DateSelector from '../date_selector'
import FormMixin from '../../mixins/form'
@@ -71,12 +69,4 @@ export default {
this.obligated = newObligated
},
},
directives: {
sticky: {
inserted: el => {
stickybits(el)
},
},
},
}