You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/patterns/README.md
+10-99
Original file line number
Diff line number
Diff line change
@@ -248,9 +248,9 @@ Notice that `<template>` element is not actually rendered into DOM. It is an inv
248
248
</template>
249
249
```
250
250
251
-
### JSX
251
+
### Render Function or JSX
252
252
253
-
If you use JSX in your vue application, you can apply all the techniques such as `if else` and `switch case` statement and `ternary` and `logical` operator.
253
+
If you use render function or JSX in your vue application, you can apply all the techniques such as `if else` and `switch case` statement and `ternary` and `logical` operator.
254
254
255
255
`if else` statement
256
256
@@ -849,53 +849,12 @@ With above example component hierarchy, in order to derive data from `parent-com
849
849
You can also use [vue-property-decorator](https://github.com/kaorun343/vue-property-decorator)'s `@Provide`, `@Inject`
0 commit comments