-
-
Notifications
You must be signed in to change notification settings - Fork 974
docs: fix see also for non faker.x references #1794
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
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## next #1794 +/- ##
=======================================
Coverage 99.64% 99.64%
=======================================
Files 2340 2340
Lines 234260 234260
Branches 1116 1116
=======================================
Hits 233427 233427
Misses 812 812
Partials 21 21 |
In the current docs, there is no example for this yet, but #1790 (comment) would add one Maybe read this for more info: https://vuejs.org/guide/essentials/conditional.html#v-if-on-template @ST-DDT expected that |
I merge this fix now to unblock #1790 . |
Found in #1790 (comment)
In vue
<template>
tags aren't rendered. So we have to use div instead.Thanks to @Shinigami92 for helping to fix this issue.