UNPKG
@vuex-orm/plugin-axios
Version:
latest (0.9.4)
next (1.0.0-draft.2)
1.0.0-draft.2
1.0.0-draft.1
1.0.0-beta.0
0.9.4
0.9.3
0.9.2
0.9.1
0.9.0
0.8.0
0.7.0
0.5.1
0.5.0
0.4.0
0.3.0
0.2.2
0.2.1
0.2.0
0.1.2
0.1.1
0.1.0
Vuex ORM plugin for adding smooth integration with axios.
vuex-orm/plugin-axios
@vuex-orm/plugin-axios
/
dist
/
src
/
contracts
/
Components.d.ts
5 lines
•
141 B
TypeScript
View Raw
1
2
3
4
5
import
{
Model
}
from
'@vuex-orm/core'
;
export
interface
Components
{
Model
:
typeof
Model
; }
//# sourceMappingURL=Components.d.ts.map