Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
xysBooking
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2024-01-23 13:16:25 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
821cc12105fc8e899ce282d04bcef79907464b01
821cc121
1 parent
913a00b3
fix 桌面端适配
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
src/main.js
src/main.js
View file @
821cc12
...
...
@@ -2,8 +2,8 @@
* @Author: hookehuyr hookehuyr@gmail.com
* @Date: 2022-05-31 12:06:19
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 202
3-08-22 10:42:53
* @FilePath: /
front
/src/main.js
* @LastEditTime: 202
4-01-23 13:14:47
* @FilePath: /
xysBooking
/src/main.js
* @Description:
*/
import
{
createApp
}
from
'vue'
;
...
...
@@ -51,6 +51,7 @@ import axios from '@/utils/axios';
import
{
createPinia
}
from
'pinia'
;
import
'vant/lib/index.css'
;
import
vueEsign
from
'vue-esign'
;
import
'@vant/touch-emulator'
;
const
pinia
=
createPinia
();
const
app
=
createApp
(
App
);
...
...
Please
register
or
login
to post a comment