Skip to content

Commit

Permalink
Fixed vue example (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
giovannioggioni authored Oct 18, 2022
1 parent d0cd413 commit 72d1220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/with-vue/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export default defineComponent({
.then(pokeList => {
for (const { id, name } of pokeList.pokemon) {
insert(this.db, {
_id,
_id: id,
name,
});
}
Expand Down

0 comments on commit 72d1220

Please sign in to comment.