Skip to content

Commit ec44ca1

Browse files
committed
update firebase version in example
1 parent c2ca390 commit ec44ca1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/firebase/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<title>Vue.js Firebase example</title>
55
<meta charset="utf-8">
66
<link rel="stylesheet" type="text/css" href="style.css">
7-
<script src='https://cdn.firebase.com/js/client/1.1.2/firebase.js'></script>
7+
<script src='https://cdn.firebase.com/js/client/2.2.9/firebase.js'></script>
88
<script src="../../dist/vue.js"></script>
99
</head>
1010
<body>
@@ -27,4 +27,4 @@
2727
</div>
2828
<script src="app.js"></script>
2929
</body>
30-
</html>
30+
</html>

0 commit comments

Comments
 (0)