We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee965d4 commit e656398Copy full SHA for e656398
layouts/_default/baseof.html
@@ -27,26 +27,12 @@
27
</v-container>
28
29
</v-content>
30
-
31
-<!--
32
- {{- partial "footer.html" . -}}
33
--->
34
</v-app>
35
36
<script src="https://cdn.jsdelivr.net/npm/vue/dist/vue.js"></script>
37
<script src="https://cdnjs.cloudflare.com/ajax/libs/vuetify/1.5.13/vuetify.min.js"></script>
38
<script src="https://cdnjs.cloudflare.com/ajax/libs/vue-resource/1.5.1/vue-resource.min.js"></script>
39
<script>
40
- // Vue.use(VueResource)
41
- // Vue.use(Vuetify, {
42
- // theme: {
43
- // primary: '#FF0000',
44
- // secondary: '#b0bec5',
45
- // accent: '#8c9eff',
46
- // error: '#b71c1c'
47
- // }
48
- // })
49
50
var app = new Vue({
51
el: '#app',
52
data: {
0 commit comments