Skip to content
New issue

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

Problem with build process #14

Closed
stared opened this issue Feb 13, 2020 · 4 comments
Closed

Problem with build process #14

stared opened this issue Feb 13, 2020 · 4 comments

Comments

@stared
Copy link
Contributor

stared commented Feb 13, 2020

Well, the build process does not work.

The elements can be imported, but the data field is not accessible, resulting in errors for some elements (for TypeScript syntax for Vue.js, much nicer)

Though, it may be something different, as I now see - for ket it works (even with data). Strange.

image

@stared
Copy link
Contributor Author

stared commented Feb 21, 2020

@stared
Copy link
Contributor Author

stared commented Feb 22, 2020

ba4ab7d didn't work (to the point that the component does not work at all)

Next pointers:

@stared
Copy link
Contributor Author

stared commented Feb 22, 2020

And:

In general, vue-property-decorator seems to be a tricky choice. While I love its cleaner syntax:

  • it is not officially supported,
  • results in various errors here and there.

@stared
Copy link
Contributor Author

stared commented Feb 23, 2020

Also, it is possible that the issue was due to a generator having side effects (and, in fact, issues with linter for vue-property-decorator) than anything else.

image

In any case, solved by removing vue-property-decorator syntax - see #17 and in particular 79dec27. Now it works like a charm (also when built & imported):

image

@stared stared closed this as completed Feb 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant