Skip to content

Commit 7f579ca

Browse files
authored
fix readme
fix markdown error
1 parent 67d4d18 commit 7f579ca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@ The `skipInterpolation` field in the metadata file should be a [minimatch glob p
200200
### `complete` function
201201

202202
Arguments:
203+
203204
- `data`: the same data you can access in `completeMessage`:
204205
```js
205206
{
@@ -210,6 +211,7 @@ Arguments:
210211
}
211212
}
212213
```
214+
213215
- `helpers`: some helpers you can use to log results.
214216
- `chalk`: the `chalk` module
215217
- `logger`: [the built-in vue-cli logger](/lib/logger.js)
@@ -223,7 +225,6 @@ Arguments:
223225
}
224226
}
225227
```
226-
}
227228

228229
### Installing a specific template version
229230

0 commit comments

Comments
 (0)