Skip to content

Commit 0cae624

Browse files
committed
🆒 Improve files organization
1 parent 54008ff commit 0cae624

File tree

8 files changed

+7062
-11566
lines changed

8 files changed

+7062
-11566
lines changed

.editorconfig

Lines changed: 0 additions & 9 deletions
This file was deleted.

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ yarn-error.log*
77
test/unit/coverage
88

99
# Editor directories and files
10+
.editorconfig
1011
.idea
1112
*.suo
1213
*.ntvs*

.postcssrc.js

Lines changed: 0 additions & 8 deletions
This file was deleted.

index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
import Vue from 'vue';
66
import axios from 'axios';
77

8-
import ApiForm from './ApiForm';
9-
import ApiList from './ApiList';
8+
import ApiForm from './mixins/ApiForm';
9+
import ApiList from './mixins/ApiList';
1010

1111
const VueRest = {
1212
install(Vue, options) {
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)