Skip to content
GitLab
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
c965ebed
Commit
c965ebed
authored
Dec 10, 2020
by
Jerome Chauveau
Browse files
correctif README
parent
cbfa5daf
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
c965ebed
...
...
@@ -23,7 +23,7 @@ yarn lint
## component usage example
```
<zotero-vue-client default-type="user" default-id="1234" @entry
S
elected="selectedEntryCallback"/>
<zotero-vue-client default-type="user" default-id="1234" @entry
-s
elected="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)
...
...
@@ -39,7 +39,7 @@ Another example with custom options :
editableConfig: false,
format: 'json'
}"
@entry
S
elected="selectedEntryCallback"/>
@entry
-s
elected="selectedEntryCallback"/>
```
available formats : https://www.zotero.org/support/dev/web_api/v3/basics#export_formats.
*zotero-vue-client*
uses 'tei'
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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