fix: error page missing lodash

This commit is contained in:
Nick 2019-02-10 14:02:26 -05:00
parent d4f650bb07
commit 0eac78977a
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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')