Open fahad19 opened 6 years ago
We need to test if proppy-vue works well with single file components of VueJS.
proppy-vue
All our tests are written using JSX via render() function at the moment.
render()
More info on SFC: https://vuejs.org/v2/guide/single-file-components.html
If no one else is working this issue I would be happy to look at it
@thebigtoona: that would be awesome! 😃🎉
We need to test if
proppy-vue
works well with single file components of VueJS.All our tests are written using JSX via
render()
function at the moment.