Skip to content

Commit 7a64ba1

Browse files
robin-macphersonPeachScript
authored andcommitted
docs: update plugin configure en page (#222)
1 parent e359e39 commit 7a64ba1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/guide/configure-plugin-opts.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Configure Plugin Options
22

3-
We can configure default properties, default slots and default system settings for this plugin via the plugin API, they will be the default values for all the `InfiniteLoading` components in your project, you can still override them through property or slot in every component.
3+
We can configure default properties, default slots and default system settings for this plugin via the plugin API, which will then be the default values for all of the `InfiniteLoading` components in your project. You can still override them through properties or slots in every component.
44

55
## Props/Settings
66

7-
Simply passing an object contains `props`/`settings` field to configure them, to check out all available options, click [here](../api/#options).
7+
Simply pass an object containing the `props`/`settings` field to configure them. To check out all available options, click [here](../api/#options).
88

99
``` js
1010
import Vue from 'vue';
@@ -24,7 +24,7 @@ Vue.use(InfiniteLoading, {
2424

2525
## Slots
2626

27-
Unlike properties and settings, slot option can be a string or a `Vue Component`:
27+
Unlike properties and settings, slot options can be either a string or a `Vue Component`:
2828

2929
``` js
3030
import Vue from 'vue';

0 commit comments

Comments
 (0)