Skip to content

Commit ac2e9ba

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents b4979c3 + 1eb1f23 commit ac2e9ba

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,13 +115,15 @@ build({
115115
})
116116
```
117117
</details>
118+
118119
2. use `v-bind-m`
119-
````
120+
121+
```
120122
// foo.css
121123
.foo{
122124
color: v-bind-m(fontColor)
123125
}
124-
````
126+
```
125127

126128
## Option
127129

0 commit comments

Comments
 (0)