Explorar el Código

another linting fix

Front hace 3 años
padre
commit
086d34e5c7
Se han modificado 1 ficheros con 7 adiciones y 7 borrados
  1. 7 7
      Website/pages/docs/fetching.vue

+ 7 - 7
Website/pages/docs/fetching.vue

@@ -59,13 +59,6 @@
   </div>
 </template>
 
-<style scoped>
-.code {
-  background: #353535;
-  border-radius: 0.25rem;
-}
-</style>
-
 <script>
 export default {
   data() {
@@ -75,3 +68,10 @@ export default {
   },
 };
 </script>
+
+<style scoped>
+.code {
+  background: #353535;
+  border-radius: 0.25rem;
+}
+</style>