Skip to content

Commit e656398

Browse files
committed
style: delete commented code
1 parent ee965d4 commit e656398

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

layouts/_default/baseof.html

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -27,26 +27,12 @@
2727
</v-container>
2828
</v-container>
2929
</v-content>
30-
31-
<!--
32-
{{- partial "footer.html" . -}}
33-
-->
3430
</v-app>
3531

3632
<script src="https://cdn.jsdelivr.net/npm/vue/dist/vue.js"></script>
3733
<script src="https://cdnjs.cloudflare.com/ajax/libs/vuetify/1.5.13/vuetify.min.js"></script>
3834
<script src="https://cdnjs.cloudflare.com/ajax/libs/vue-resource/1.5.1/vue-resource.min.js"></script>
3935
<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-
5036
var app = new Vue({
5137
el: '#app',
5238
data: {

0 commit comments

Comments
 (0)