Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork245
Fix rollup problem not exporting Vue as the default element. So using NS-vue from TS is harder#301
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
…using NS-vue from TS is harder
codecov-io commentedAug 7, 2018
Codecov Report
@@ Coverage Diff @@## master #301 +/- ##==========================================- Coverage 14.23% 14.22% -0.02%========================================== Files 41 41 Lines 1145 1146 +1 Branches 269 269 ========================================== Hits 163 163- Misses 982 983 +1
Continue to review full report at Codecov.
|
errr you can just use |
msaelices commentedAug 8, 2018 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
@championswimmer it does not works for me. I've added these lines:
but when I put this
I receive this error:
|
msaelices commentedAug 8, 2018 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
@championswimmer BTW, I think the dirty fix is better because is universal. I mean, it does not depend on the developer's webpack configuration. It will make CC/@rigor789 |
Probably there is a more elegant issue, but I'm not a roll-up expert.
See#300.