Skip to content

Commit faf3dc1

Browse files
committed
Address the performance issue.
1 parent 9c95c38 commit faf3dc1

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

src/App.vue

+1-14
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
<template lang="pug">
2-
v-app()#app
2+
v-app#app
33
Toolbar
44
v-content(v-scroll="onScroll")
55
v-container(fluid)#margin-zero
66
router-view
77
v-footer(app padless)
8-
v-btn(@click="goToMembers") hello
98
v-card(flat tile)#footer-root.primary
109
v-card-actions.justify-center &copy;{{ new Date().getFullYear() }} —
1110
strong TUS English Speaking Society
@@ -15,18 +14,6 @@ v-app()#app
1514
</template>
1615
<script>
1716
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();
3017
3118
3219
export default {

0 commit comments

Comments
 (0)