Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wiki-js
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
wiki-js
Commits
0eac7897
Commit
0eac7897
authored
Feb 10, 2019
by
Nick
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: error page missing lodash
parent
d4f650bb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
login.vue
client/components/login.vue
+1
-1
master.js
server/master.js
+1
-0
No files found.
client/components/login.vue
View file @
0eac7897
...
...
@@ -10,7 +10,7 @@
offset-lg3, lg6
offset-xl4, xl4
)
transition(name='
zoom
')
transition(name='
fadeUp
')
v-card.elevation-5.md2(v-show='isShown')
v-toolbar(color='primary', flat, dense, dark)
v-spacer
...
...
server/master.js
View file @
0eac7897
...
...
@@ -8,6 +8,7 @@ const favicon = require('serve-favicon')
const
http
=
require
(
'http'
)
const
https
=
require
(
'https'
)
const
path
=
require
(
'path'
)
const
_
=
require
(
'lodash'
)
const
{
ApolloServer
}
=
require
(
'apollo-server-express'
)
// const oauth2orize = require('oauth2orize')
...
...
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