Skip to content
This repository was archived by the owner on Jan 15, 2021. It is now read-only.

Commit 94ab444

Browse files
Merge pull request #15 from nulpatrol/master
Add mixins support
2 parents bea43e8 + 1339347 commit 94ab444

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import Component from 'vue-class-component'
1+
import Component, { mixins } from 'vue-class-component'
22
import { State, Getter, Action, Mutation, namespace } from 'vuex-class'
33

44
Component.registerHooks([
@@ -14,4 +14,4 @@ Component.registerHooks([
1414
'validate'
1515
])
1616

17-
export { Component as default, State, Getter, Action, Mutation, namespace }
17+
export { Component as default, mixins, State, Getter, Action, Mutation, namespace }

0 commit comments

Comments
 (0)