Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Jerome Chauveau
zotero-vue-client
Commits
cbfa5daf
Commit
cbfa5daf
authored
Dec 10, 2020
by
Jerome Chauveau
Browse files
correctif README
parent
c083b88f
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
cbfa5daf
...
@@ -23,7 +23,7 @@ yarn lint
...
@@ -23,7 +23,7 @@ yarn lint
## component usage example
## component usage example
```
```
<zotero-vue-client
:
default-type="user"
:
default-id="1234" @entrySelected="selectedEntryCallback"/>
<zotero-vue-client default-type="user" default-id="1234" @entrySelected="selectedEntryCallback"/>
```
```
where
**default-type**
is
*"user"*
or
*"group"*
and
**default-id**
is a
*group*
or
*user*
id (https://www.zotero.org/support/dev/web_api/v3/basics)
where
**default-type**
is
*"user"*
or
*"group"*
and
**default-id**
is a
*group*
or
*user*
id (https://www.zotero.org/support/dev/web_api/v3/basics)
...
@@ -32,8 +32,8 @@ Another example with custom options :
...
@@ -32,8 +32,8 @@ Another example with custom options :
```
```
<zotero-vue-client
<zotero-vue-client
:
default-type="user"
default-type="user"
:
default-id="475425"
default-id="475425"
:options="{
:options="{
pageLength: 10,
pageLength: 10,
editableConfig: false,
editableConfig: false,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment