Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
R
rebort-h5
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
rebort-h5
Commits
ce1710ff
Commit
ce1710ff
authored
Jun 24, 2024
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
git忽略目录文件
parent
773505af
Pipeline
#2805
canceled with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/main.js
src/main.js
+3
-3
No files found.
src/main.js
View file @
ce1710ff
...
...
@@ -12,8 +12,8 @@ import 'bootstrap/dist/js/bootstrap.min.js'
import
ElementPlus
from
'
element-plus
'
;
import
'
element-plus/theme-chalk/index.css
'
;
import
locale
from
'
element-plus/
lib
/locale/lang/zh-cn
'
;
import
locale
from
'
element-plus/
es
/locale/lang/zh-cn
'
;
import
localStorage
from
'
./plugins/good-storage
'
;
...
...
@@ -42,4 +42,4 @@ app.mount('#app');//将这个vue3app全局挂载到#app元素上
app
.
component
(
'
count-down
'
,
countDown
);
//全局倒计时组件
//axios 关联到vue实例对象的全局属性中
app
.
config
.
globalProperties
.
$axios
=
axios
;
app
.
config
.
globalProperties
.
$LocalStorage
=
localStorage
;
\ No newline at end of file
app
.
config
.
globalProperties
.
$LocalStorage
=
localStorage
;
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