Skip to content

Commit 3c4a034

Browse files
committed
docs: wording
1 parent d20810d commit 3c4a034

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,12 @@ npm i vue-global-config
158158
}
159159
</script>
160160
<script type="module">
161-
import { conclude, getLocalListeners, listenGlobalHooks, resolveConfig } from 'vue-global-config'
161+
import {
162+
conclude,
163+
getLocalListeners,
164+
listenGlobalHooks,
165+
resolveConfig,
166+
} from 'vue-global-config'
162167
</script>
163168
```
164169

@@ -167,7 +172,8 @@ npm i vue-global-config
167172
```html
168173
<script src="https://cdn.jsdelivr.net/npm/vue-global-config@0.6"></script>
169174
<script>
170-
const { conclude, getLocalListeners, listenGlobalHooks, resolveConfig } = VueGlobalConfig
175+
const { conclude, getLocalListeners, listenGlobalHooks, resolveConfig } =
176+
VueGlobalConfig
171177
</script>
172178
```
173179

@@ -189,7 +195,7 @@ npm i vue-global-config
189195

190196
Get global props, attrs, listeners, hooks and slots by analysing global parameters passed by component user.
191197

192-
#### Param
198+
#### Params
193199

194200
```ts
195201
/**
@@ -249,7 +255,7 @@ The role of `conclude` is to help you figure out the final configuration.
249255
- Support for unifying the keys of objects into camel names
250256
- Support for dynamic generation of default values
251257

252-
#### Param
258+
#### Params
253259

254260
```ts
255261
/**

0 commit comments

Comments
 (0)