-
-
Notifications
You must be signed in to change notification settings - Fork 101
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
feat(compiler-vapor): slot outlet #182
Conversation
✅ Deploy Preview for vapor-template-explorer ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for vapor-repl ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Size ReportBundles
Usages
|
0604691
to
f183394
Compare
31e2c91
to
355d15f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should throw an error when using directives that require runtime (v-show
...)
When using |
There's an error on non-Vapor mode https://template-explorer.vuejs.org/#eyJzcmMiOiI8c2xvdCB2LXNob3c9XCJva1wiIC8+Iiwib3B0aW9ucyI6e319 |
babfe1b
to
25ff0df
Compare
You are right, I was sloppy 🤪. fixed. |
e1478e2
to
1609cda
Compare
push(NEWLINE, `const n${id} = `) | ||
push( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These two statement can be merged
<div>
<div v-show="false" />
<slot :a="b" />
</div> Emitted an error, but not expected. |
All issues are fixed. |
Related: #154
Related runtime PR: #170