Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
najiu-admin-template
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
najiu-frontend
najiu-admin-template
Commits
9abba7af
Commit
9abba7af
authored
Oct 14, 2020
by
vben
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: remove test code
parent
be8e140b
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
4 deletions
+2
-4
CHANGELOG.en_US.md
CHANGELOG.en_US.md
+1
-1
CHANGELOG.zh_CN.md
CHANGELOG.zh_CN.md
+1
-1
App.vue
src/App.vue
+0
-2
No files found.
CHANGELOG.en_US.md
View file @
9abba7af
# 2.0.0-
beta.8
(2020-10-14)
# 2.0.0-
rc.1
(2020-10-14)
### ✨ Features
### ✨ Features
...
...
CHANGELOG.zh_CN.md
View file @
9abba7af
# 2.0.0-
beta.8
(2020-10-14)
# 2.0.0-
rc.1
(2020-10-14)
### ✨ Features
### ✨ Features
...
...
src/App.vue
View file @
9abba7af
...
@@ -12,7 +12,6 @@
...
@@ -12,7 +12,6 @@
import
zhCN
from
'
ant-design-vue/es/locale/zh_CN
'
;
import
zhCN
from
'
ant-design-vue/es/locale/zh_CN
'
;
import
moment
from
'
moment
'
;
import
moment
from
'
moment
'
;
import
'
moment/locale/zh-cn
'
;
import
'
moment/locale/zh-cn
'
;
import
axios
from
'
axios
'
;
import
{
useConfigProvider
,
useInitAppConfigStore
,
useListenerNetWork
}
from
'
./useApp
'
;
import
{
useConfigProvider
,
useInitAppConfigStore
,
useListenerNetWork
}
from
'
./useApp
'
;
import
{
useLockPage
}
from
'
/@/hooks/web/useLockPage
'
;
import
{
useLockPage
}
from
'
/@/hooks/web/useLockPage
'
;
...
@@ -26,7 +25,6 @@
...
@@ -26,7 +25,6 @@
createBreakpointListen
();
createBreakpointListen
();
const
{
transformCellText
}
=
useConfigProvider
();
const
{
transformCellText
}
=
useConfigProvider
();
const
{
on
:
lockOn
}
=
useLockPage
();
const
{
on
:
lockOn
}
=
useLockPage
();
axios
.
get
(
'
/api/users?page=2
'
);
return
{
return
{
transformCellText
,
transformCellText
,
zhCN
,
zhCN
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment