Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
ufo-app-web
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
TaoHuang
2019-04-02 10:06:35 +0800
Commit
c29a474e4108ffbecc22d8170dd4e6eb5c993fee
1 parent
d019e468
add invite page
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
0 deletions
apps/pages/single/invite/index.js
apps/pages/single/invite/invite.vue
apps/pages/single/invite/index.js
View file @
c29a474
export
default
[{
path
:
'/mapp/invite.html'
,
name
:
'invitePage'
,
component
:
()
=>
import
(
/* webpackChunkName: "invite" */
'./invite'
)
}];
...
...
apps/pages/single/invite/invite.vue
View file @
c29a474
<template>
<div>
</div>
</template>
<script>
export default {
name: 'InvitePage'
}
</script>
<style scoped>
</style>
...
...
Please
register
or
login
to post a comment