Closed
Description
- I'm submitting a ...
- bug report
- Do you want to request a feature or report a bug?
Report a bug
- What is the current behavior?
Example from readme fails to operate. Browser console shows a lot of errors:
[Vue warn]: The "data" option should be a function that returns a per-instance value in component definitions.
[Vue warn]: Property or method "schema" is not defined on the instance but referenced during render. Make sure that this property is reactive, either in the data option, or for class-based components, by initializing the property. See: https://vuejs.org/v2/guide/reactivity.html#Declaring-Reactive-Properties.
Property or method "model" is not defined on the instance but referenced during render. Make sure that this property is reactive, either in the data option, or for class-based components, by initializing the property. See: https://vuejs.org/v2/guide/reactivity.html#Declaring-Reactive-Properties.
[Vue warn]: Property or method "formOptions" is not defined on the instance but referenced during render. Make sure that this property is reactive, either in the data option, or for class-based components, by initializing the property. See: https://vuejs.org/v2/guide/reactivity.html#Declaring-Reactive-Properties.
- If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem
Just follow your readme
- What is the expected behavior?
Demo form shown + no errors in browser console, I suppose; idk what is meant to be expected behaviour of the demo from your readme to be honest.
- What is the motivation / use case for changing the behavior?
Up to the maintainers of the package
-
Please tell us about your environment:
- Version: 2.2.2
- Browser: Chrome 66.0.3359.181 (Official Build) Built on Ubuntu , running on Ubuntu 16.04 (64-bit)
- Language: ES6 transpiled, I suppose.
- Other information (e.g. detailed explanation, stacktraces, related issues, suggestions how to fix, links for us to have context, eg. stackoverflow, gitter, etc)
N/A