We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I followed the example in this doc https://luz-alphacode.github.io/paper-vueify/api/#using-shapes , but it doesn't seem to find the RectangleItem object. I also had the paper-vueify-datatypes installed. How do we fix this?
paper-vueify-datatypes
PS: I'm not using typescript.
EDIT: Check out this code https://codesandbox.io/embed/vue-template-29l0d?fontsize=14
The text was updated successfully, but these errors were encountered:
Okay, so you need to import the Object first, like:
import { RectangleItem } from 'paper-vueify'
Already fixed mine.
Sorry, something went wrong.
No branches or pull requests
I followed the example in this doc https://luz-alphacode.github.io/paper-vueify/api/#using-shapes , but it doesn't seem to find the RectangleItem object. I also had the
paper-vueify-datatypes
installed. How do we fix this?PS: I'm not using typescript.
EDIT: Check out this code https://codesandbox.io/embed/vue-template-29l0d?fontsize=14
The text was updated successfully, but these errors were encountered: