1.2.2 • Published 4 months ago

sysvale-notification-screen v1.2.2

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

sysvale-notification-screen

Pacote de notificações da Sysvale

Instalação do pacote

npm i sysvale-notification-screen

Utilização

/** My Component */
<template>
	<notification-screen :url="url" />
</template>

<script>
import NotificationScreen from 'sysvale-notification-screen';

export default {
	components: {
		NotificationScreen,
	},

	data() {
	    return {
	        url: 'https://endpoint/get-notifications',
	    };
	},
};
</script>
1.2.2

4 months ago

1.2.0

4 months ago

1.2.1

4 months ago

1.1.0

4 months ago

1.0.5

4 months ago

1.0.4

4 months ago

1.0.3

4 months ago

1.0.2

4 months ago

1.0.1

4 months ago

1.0.0

4 months ago