mirror of
https://github.com/sascha-hemi/pycom-documentation.git
synced 2026-03-21 07:06:20 +01:00
style: delete commented code
This commit is contained in:
@@ -27,26 +27,12 @@
|
||||
</v-container>
|
||||
</v-container>
|
||||
</v-content>
|
||||
|
||||
<!--
|
||||
{{- partial "footer.html" . -}}
|
||||
-->
|
||||
</v-app>
|
||||
|
||||
<script src="https://cdn.jsdelivr.net/npm/vue/dist/vue.js"></script>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/vuetify/1.5.13/vuetify.min.js"></script>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/vue-resource/1.5.1/vue-resource.min.js"></script>
|
||||
<script>
|
||||
// Vue.use(VueResource)
|
||||
// Vue.use(Vuetify, {
|
||||
// theme: {
|
||||
// primary: '#FF0000',
|
||||
// secondary: '#b0bec5',
|
||||
// accent: '#8c9eff',
|
||||
// error: '#b71c1c'
|
||||
// }
|
||||
// })
|
||||
|
||||
var app = new Vue({
|
||||
el: '#app',
|
||||
data: {
|
||||
|
||||
Reference in New Issue
Block a user