]> git.immae.eu Git - github/bastienwirtz/homer.git/blobdiff - src/App.vue
Optionnal connectivity check
[github/bastienwirtz/homer.git] / src / App.vue
index 440ffa088e5b5e4b70248b973b931d8b574d0e3c..62156d2ce9a87658a4145808d4bf355ea7cb75be 100644 (file)
 
     <section id="main-section" class="section">
       <div v-cloak class="container">
-        <ConnectivityChecker @network:status-update="offline = $event" />
+        <ConnectivityChecker
+          v-if="config.connectivityCheck"
+          @network:status-update="offline = $event"
+        />
         <div v-if="!offline">
           <!-- Optional messages -->
           <Message :item="config.message" />