Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
dev
/
vue-cli3-template-master
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
02c91549
authored
2020-06-08 11:53:11 +0800
by
simon
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
no message
1 parent
0c3c0cf3
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
2 deletions
src/App.vue
src/pages/Home.vue
src/styles/_support.scss
src/utils/date.js
src/App.vue
View file @
02c9154
...
...
@@ -9,7 +9,7 @@
</
template
>
<
style
lang=
"scss"
>
@import
'./styles/support
.scss
'
;
@import
'./styles/support'
;
#app
{
/* font-family: 'Avenir', Helvetica, Arial, sans-serif;
...
...
src/pages/Home.vue
View file @
02c9154
...
...
@@ -9,7 +9,9 @@ export default {
</
script
>
<
style
lang=
"scss"
scoped
>
@import
"../../styles/support"
;
.home
{
//
@extend
.u-flex;
text-align
:
center
;
}
</
style
>
...
...
src/styles/_support.scss
View file @
02c9154
...
...
@@ -11,6 +11,8 @@
@import
"var"
;
// @import "utils";
// 图标字体
@import
"fonticon"
;
...
...
src/utils/date.js
View file @
02c9154
...
...
@@ -1529,4 +1529,4 @@ Date.CultureInfo = {
// Date:Date
// }
module
.
exports
=
Date
;
\ No newline at end of file
export
default
Date
;
...
...
Please
register
or
sign in
to post a comment