We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ba652b commit 782d8ccCopy full SHA for 782d8cc
index.js
@@ -5,6 +5,9 @@
5
import Vue from 'vue';
6
import axios from 'axios';
7
8
+import ApiForm from './ApiForm';
9
+import ApiList from './ApiList';
10
+
11
const VueRest = {
12
install(Vue, options) {
13
if (Vue.vueRestInstalled) {
@@ -38,4 +41,6 @@ const VueRest = {
38
41
},
39
42
};
40
43
44
+export { ApiList, ApiForm };
45
46
export default VueRest;
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "vue-rest",
3
- "version": "0.1.23",
+ "version": "0.1.25",
4
"description": "Plugin for using vue + axios for REST API consumption",
"author": "Kimura <joseduardo.kimura@gmail.com>",
"private": false,
0 commit comments