diff --git a/src/components/PostListItem.vue b/src/components/PostListItem.vue index e7536fc74..d157693cc 100644 --- a/src/components/PostListItem.vue +++ b/src/components/PostListItem.vue @@ -70,6 +70,9 @@ export default { default: true, }, }, + mounted() { + // console.log(this.record) + }, }; diff --git a/src/layouts/partials/Navbar.vue b/src/layouts/partials/Navbar.vue index 142676a0d..2f3b10d08 100644 --- a/src/layouts/partials/Navbar.vue +++ b/src/layouts/partials/Navbar.vue @@ -1,6 +1,12 @@