Explorar el Código

Поправки по требованиям eslint

Book Pauk hace 3 años
padre
commit
5c7ae73982
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      client/components/App.vue

+ 2 - 2
client/components/App.vue

@@ -1,7 +1,7 @@
 <template>
     <div class="fit row">
-        <Notify ref="notify"/>
-        <StdDialog ref="stdDialog"/>
+        <Notify ref="notify" />
+        <StdDialog ref="stdDialog" />
         <keep-alive v-if="showPage">
             <router-view class="col"></router-view>
         </keep-alive>