feat: comments UI

This commit is contained in:
NGPixel
2020-05-17 18:38:23 -04:00
committed by Nicolas Giard
parent fb6c01c538
commit abc9e4e1d4
4 changed files with 81 additions and 6 deletions

View File

@@ -14,7 +14,12 @@ const state = {
tags: [],
title: '',
updatedAt: '',
mode: ''
mode: '',
comments: {
view: false,
post: false,
manage: false
}
}
export default {