1.2.2 • Published 1 year ago

sysvale-notification-screen v1.2.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year 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

1 year ago

1.2.0

1 year ago

1.2.1

1 year ago

1.1.0

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago