Skip to content

Commit 75692c7

Browse files
committed
#66 syntax-highlighting
1 parent 9475700 commit 75692c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1863,7 +1863,7 @@ List of 300 VueJS Interview Questions
18631863
A directive can take any valid javascript expression. So if you want to pass multiple values then you can pass in a JavaScript object literal.
18641864
18651865
Let's pass object literal to an avatar directive as below
1866-
```html
1866+
```vue
18671867
<div v-avatar="{ width: 500, height: 400, url: 'path/logo', text: 'Iron Man' }"></div>
18681868
```
18691869
Now let us configure avatar directive globally,

0 commit comments

Comments
 (0)