Wip tests
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
import FormMixin from '../../mixins/form'
|
||||
import Modal from '../../mixins/modal'
|
||||
|
||||
|
||||
// Note: If refactoring consider using nested vue components as suggested by Dan:
|
||||
// https://github.com/dod-ccpo/atst/pull/799/files#r282240663
|
||||
// May also want to reconsider the data structure by storing the roles and members separately
|
||||
@@ -90,4 +89,8 @@ export default {
|
||||
this.toggleSection()
|
||||
},
|
||||
},
|
||||
|
||||
render: function(createElement) {
|
||||
return createElement('p', 'Please implement inline-template')
|
||||
},
|
||||
}
|
||||
|
Reference in New Issue
Block a user