Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mayi-mp-shop
Overview
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
程默
mayi-mp-shop
Commits
e3599455
Commit
e3599455
authored
Jan 18, 2021
by
程默
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
f
parent
65e8a616
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
27 additions
and
0 deletions
+27
-0
src/app.json
+1
-0
src/pages/home/index.vue
+17
-0
src/pages/home/main.js
+5
-0
src/pages/home/main.json
+4
-0
No files found.
src/app.json
View file @
e3599455
{
"pages"
:
[
"pages/home/main"
,
"pages/index/main"
,
"pages/login/main"
,
"pages/wxPay/main"
,
...
...
src/pages/home/index.vue
0 → 100644
View file @
e3599455
<
template
>
<div
class=
"domain"
>
abc
</div>
</
template
>
<
script
>
export
default
{
}
</
script
>
<
style
>
.domain
{
text-align
:
center
;
padding-top
:
50%
;
}
</
style
>
\ No newline at end of file
src/pages/home/main.js
0 → 100644
View file @
e3599455
import
Vue
from
'vue'
import
App
from
'./index'
const
app
=
new
Vue
(
App
)
app
.
$mount
()
src/pages/home/main.json
0 → 100644
View file @
e3599455
{
}
\ No newline at end of file
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