Browse Source

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

Book Pauk 3 years ago
parent
commit
5c7ae73982
1 changed files with 2 additions and 2 deletions
  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>