-
-
Notifications
You must be signed in to change notification settings - Fork 131
Vuejs generator #35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vuejs generator #35
Changes from 1 commit
e9a6180
827e01b
66d496a
c8c8f92
74b1a8f
b89c181
2f22dc3
36dbcf2
cec2438
78bf55c
ec0c66d
726ea4a
adaa3b3
90ed6f6
f7aa44b
6f73ef7
131204f
a46e06c
2d92c52
729e6c7
e14cc71
aac5f04
a1b37c1
3a4d928
a028642
cf27239
338d2dc
c1149ef
1fb9fe7
bde1276
55369b5
3b0db53
9cb4a73
81419f7
091776e
3ae4c9f
bfb71fb
5985ec3
c03c91f
bdfea11
2ba8e03
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
import {{{ lc }}}Fetch from '../../../api/{{{ lc }}}Fetch'; | ||
import {{{ lc }}}Fetch from '../../../utils/fetch'; | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. do we need to name Fetch function to the componenet ? |
||
import { | ||
{{{ uc }}}_DELETE_ERROR, | ||
{{{ uc }}}_DELETE_LOADING, | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
import {{{ lc }}}Fetch from '../../../api/{{{ lc }}}Fetch'; | ||
import {{{ lc }}}Fetch from '../../../utils/fetch'; | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. do we need to name Fetch function to the componenet ? |
||
import { | ||
{{{ uc }}}_LIST_ERROR, | ||
{{{ uc }}}_LIST_LOADING, | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
import {{{ lc }}}Fetch from '../../../api/{{{ lc }}}Fetch'; | ||
import {{{ lc }}}Fetch from '../../../utils/fetch'; | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. do we need to name Fetch function to the componenet ? |
||
import { | ||
{{{ uc }}}_SHOW_ERROR, | ||
{{{ uc }}}_SHOW_LOADING, | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
import SubmissionError from '../../../error/SubmissionError'; | ||
import {{{ lc }}}Fetch from '../../../api/{{{ lc }}}Fetch'; | ||
import {{{ lc }}}Fetch from '../../../utils/fetch'; | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. do we need to name Fetch function to the componenet ? |
||
import { | ||
{{{ uc }}}_UPDATE_RESET, | ||
{{{ uc }}}_UPDATE_UPDATE_ERROR, | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do we need to name Fetch function to the componenet ?