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

I'm not sure if it's a replacement for Vetur, or.. #17

Closed
eladcandroid opened this issue Oct 30, 2020 · 4 comments
Closed

I'm not sure if it's a replacement for Vetur, or.. #17

eladcandroid opened this issue Oct 30, 2020 · 4 comments
Labels
question Further information is requested

Comments

@eladcandroid
Copy link

Or kind of some "big brain" for that..
Please add some explanation and code demonstrations on README..

@johnsoncodehk
Copy link
Member

johnsoncodehk commented Oct 30, 2020

Thank you for your attention to this project! I didn't think too much about the positioning of this project, it was just created to solve vetur was too slow on my vue 3 project(and convenient added the features I needed). If vetur works well for you just keep using vetur :)

Maybe someday I will update readme for that, but I have no idea now.

@soulsam480
Copy link

soulsam480 commented Oct 31, 2020

This is a worthy replacement to vetur on my part. 2 problems I see in volar are

  • the html tag suggestions are not coming unless I initiate the tag with a < as prefix
    e.g.
    <span after typing this the suggestion comes.
    span.classname this doesn't work.

I think the integration of emet should be rechecked!.

  • Another problem is in template the$event param is throwing error.
<template>
<button @click="someMethod($event)" >YOLO</button>
</template>

The $event param throws not defined error. But in vetur this doesn't throw an error. Please have a look into that

again thank you @johnsoncodehk for this amazing project.

@johnsoncodehk
Copy link
Member

@soulsam480 Thank you for your feedback and bug report! It has been updated to 0.14.9 :)

@johnsoncodehk johnsoncodehk added the question Further information is requested label Nov 28, 2020
@johnsoncodehk
Copy link
Member

I have added some introduction to readme, but I didn't say how to choose because will like a competing product, this is not my purpose and I just create this tool to resolve my own problems.

Hope is answered you question. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants