Creacion. Manejara las notificaciones activas en el navegador actual.

master
Fernando 2019-05-10 15:12:27 -05:00
parent 56d2c50384
commit 510a93d5bd
1 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,20 @@
<template lang="pug">
div
p Notificaciones activas
p El id de tu navegador es `{{ $store.state.navegador_hash }}`
//
</template>
<script lang="coffee">
export default
name: "notificaciones-activas"
#
</script>
<style scoped lang="sass">
//
</style>