Skip to content

Instantly share code, notes, and snippets.

<template>
<div>
<span>Connected:{{ feathers.connected }}</span
><br />
<span>Online:{{ feathers.online }}</span>
</div>
</template>
<script>
export default {
name:'ConnectionStatus',
const createEntityValidationHooks = require('./create-entity-validation-hooks');
/**
* Create a service backed by the entity service.
* @param {object} app - Feathers app instance
* @param {string} options.entityType - Name of the entity type
* @param {string} options.serviceName - Name of the service