Be explicit about which props a Vue component takes
- list each of the props that are gathered from the `dataset` - also, we don't need to overcomplicate the specs by nesting `props` within an options object if the only option we ever use is `props`
Showing
Please register or sign in to comment