Skip to content

Commit 6f9bff8

Browse files
author
Baitu Huang
committed
update readme
1 parent 7e3cbc1 commit 6f9bff8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Remove useless code by setting flags(toggles) in .vue SFC file(works with [`vue-
55
[![Build Status](https://travis-ci.org/lovetingyuan/vue-flags-webpack-plugin.svg?branch=master)](https://travis-ci.org/lovetingyuan/vue-flags-webpack-plugin)
66
[![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)
77

8-
### usage
8+
### Usage
99

1010
install:
1111
```bash
@@ -58,7 +58,7 @@ options:
5858
}
5959
```
6060

61-
### 🌰 example
61+
### 🌰 Example
6262
flags file: `./allFlags.js`
6363
```javascript
6464
module.exports = {
@@ -142,7 +142,7 @@ vue component:
142142
</style>
143143
```
144144

145-
### ⚠️ attention
145+
### ⚠️ Caveats
146146
* `v-*-flag` can not be used with `v-if` followed by `v-else-if` or `v-else`.
147147

148148
💡use `<template v-*-flag>` to wrap the condition elements.

0 commit comments

Comments
 (0)