Последняя версия с сервера прошлого разработчика
This commit is contained in:
10
resources/js/Shared/Notification/NotifyTextComment.vue
Executable file
10
resources/js/Shared/Notification/NotifyTextComment.vue
Executable file
@@ -0,0 +1,10 @@
|
||||
<template>
|
||||
<div>оставил(а) комментарий:</div>
|
||||
<div class="truncate text-base text-gray-light">{{content.comment}}</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
inject: ["content"],
|
||||
};
|
||||
</script>
|
||||
Reference in New Issue
Block a user