Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
groupPurchase-miniapp
Project
Project
Details
Activity
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
彭佳妮(贵阳日报)
groupPurchase-miniapp
Commits
234afdea
Commit
234afdea
authored
Aug 20, 2024
by
陈宗胤(贵阳日报)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
d9db3da6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
main.ts
src/main.ts
+3
-3
No files found.
src/main.ts
View file @
234afdea
...
...
@@ -2,7 +2,7 @@ import { createSSRApp } from 'vue';
import
App
from
'./App.vue'
;
import
store
from
'./store'
;
import
'@/assets/iconfont/iconfont.css'
;
// 引入自定义图标样式文件
import
Vconsole
from
'vconsole'
;
//
import Vconsole from 'vconsole';
import
'./styles/flex.scss'
;
import
{
install
}
from
'./directive'
;
// 字体
...
...
@@ -12,8 +12,8 @@ export function createApp() {
const
app
=
createSSRApp
(
App
);
app
.
component
(
'Search'
,
Search
);
install
(
app
);
const
vConsole
=
new
Vconsole
();
app
.
use
(
store
,
vConsole
);
//
const vConsole = new Vconsole();
app
.
use
(
store
);
return
{
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