vue-black-dash/src/pages/Notifications/NotificationTemplate.vue
2018-08-17 18:30:16 +03:00

10 lines
196 B
Vue

<template>
<span>Welcome to <b>Black Dashboard</b> - a beautiful freebie for every web developer.</span>
</template>
<script>
export default {
name: 'notification-template'
}
</script>