Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vue3portal
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
wuhao
vue3portal
Commits
421d7d6e
Commit
421d7d6e
authored
Aug 18, 2023
by
wuhao
🎯
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
asder
parent
4ad76437
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
main.js
src/main.js
+3
-2
No files found.
src/main.js
View file @
421d7d6e
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
* @Author: wuhao930406 1148547900@qq.com
* @Author: wuhao930406 1148547900@qq.com
* @Date: 2023-08-08 09:18:08
* @Date: 2023-08-08 09:18:08
* @LastEditors: wuhao930406 1148547900@qq.com
* @LastEditors: wuhao930406 1148547900@qq.com
* @LastEditTime: 2023-08-18 1
4:00:2
6
* @LastEditTime: 2023-08-18 1
7:53:4
6
* @FilePath: /vue3portal/src/main.js
* @FilePath: /vue3portal/src/main.js
* @Description:
* @Description:
*
*
...
@@ -12,7 +12,7 @@ import { createApp } from 'vue'
...
@@ -12,7 +12,7 @@ import { createApp } from 'vue'
import
App
from
'./App.vue'
import
App
from
'./App.vue'
import
router
from
'./router'
import
router
from
'./router'
import
store
from
'./store'
import
store
from
'./store'
import
{
AyinColor
}
from
"ayin-color"
import
*
as
echarts
from
'echarts'
;
import
*
as
echarts
from
'echarts'
;
window
.
echarts
=
echarts
;
window
.
echarts
=
echarts
;
...
@@ -26,6 +26,7 @@ const app=createApp(App)
...
@@ -26,6 +26,7 @@ const app=createApp(App)
app
.
use
(
techUILite
);
app
.
use
(
techUILite
);
app
.
use
(
router
)
app
.
use
(
router
)
app
.
use
(
store
)
app
.
use
(
store
)
app
.
use
(
AyinColor
)
app
.
use
(
vue3api
)
app
.
use
(
vue3api
)
app
.
use
(
common
)
app
.
use
(
common
)
app
.
mount
(
'#app'
);
app
.
mount
(
'#app'
);
...
...
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