Commit 07c5c919f5f10fd8f3b297f386553c7993edbf65
1 parent
03dcbf0c11
Exists in
master
and in
3 other branches
clean code and console
Showing
1 changed file
with
6 additions
and
6 deletions
Show diff stats
src/components/ThemeSettings.vue
1 | -<!--<template> | |
2 | -<div id="themeSetting"> | |
1 | +<template> | |
2 | +<!--<div id="themeSetting"> | |
3 | 3 | <v-toolbar color="blue" dark> |
4 | 4 | <v-toolbar-title> |
5 | 5 | Theme Settings |
... | ... | @@ -45,7 +45,7 @@ |
45 | 45 | </v-flex> |
46 | 46 | </v-layout> |
47 | 47 | </v-container> |
48 | -</div> | |
48 | +</div>--> | |
49 | 49 | </template> |
50 | 50 | |
51 | 51 | <script> |
... | ... | @@ -161,8 +161,8 @@ |
161 | 161 | // }, |
162 | 162 | |
163 | 163 | // }; |
164 | -// </script> | |
165 | -// <style lang="stylus" scoped> | |
164 | + </script> | |
165 | +<!--<style lang="stylus" scoped> | |
166 | 166 | // .color-option |
167 | 167 | // &--label |
168 | 168 | // position: relative |
... | ... | @@ -201,5 +201,5 @@ |
201 | 201 | // float: left; |
202 | 202 | // width: 50%; |
203 | 203 | // height: 20px; |
204 | -// </style> | |
204 | +// </style>--> | |
205 | 205 | ... | ... |