File tree 1 file changed +1
-14
lines changed
1 file changed +1
-14
lines changed Original file line number Diff line number Diff line change 1
1
<template lang="pug">
2
- v-app() #app
2
+ v-app#app
3
3
Toolbar
4
4
v-content( v-scroll ="onScroll" )
5
5
v-container( fluid ) #margin-zero
6
6
router-view
7
7
v-footer( app padless )
8
- v-btn( @click ="goToMembers" ) hello
9
8
v-card( flat tile ) #footer-root .primary
10
9
v-card-actions.justify-center © {{ new Date().getFullYear() }} —
11
10
strong TUS English Speaking Society
@@ -15,18 +14,6 @@ v-app()#app
15
14
</template >
16
15
<script >
17
16
import Toolbar from " ./components/Toolbar.vue" ;
18
- import * as firebase from " firebase/app" ;
19
- import " firebase/auth" ;
20
- var config = {
21
- apiKey: " AIzaSyCOH6Q88NenF_Qz39XZ2p4VQW4SHGRu3uA" ,
22
- authDomain: " ess-tus.firebaseapp.com" ,
23
- databaseURL: " https://ess-tus.firebaseio.com" ,
24
- projectId: " ess-tus" ,
25
- storageBucket: " ess-tus.appspot.com" ,
26
- messagingSenderId: " 57430050889"
27
- };
28
- firebase .initializeApp (config);
29
- firebase .auth ();
30
17
31
18
32
19
export default {
You can’t perform that action at this time.
0 commit comments