Skip to content

Commit f82488a

Browse files
authored
docs: correct import in @HasManyBy example (#49)
1 parent 236a4eb commit f82488a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/model/decorators.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ Marks a property on the model as a [hasManyBy attribute](../relationships/one-to
198198

199199
```ts
200200
import { Model, HasManyBy } from '@vuex-orm/core'
201-
import Post from '@/models/Post'
201+
import Node from '@/models/Node'
202202

203203
class Cluster extends Model {
204204
static entity = 'clusters'

0 commit comments

Comments
 (0)