mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Use statndard Import for RelativeTime
This commit is contained in:
parent
2f21fd96b1
commit
3aa0955081
1 changed files with 2 additions and 3 deletions
|
|
@ -225,7 +225,7 @@ import {
|
||||||
|
|
||||||
import Carbon from '~/components/carbon-inline.vue'
|
import Carbon from '~/components/carbon-inline.vue'
|
||||||
import LinkButton from '~/components/link-button.vue'
|
import LinkButton from '~/components/link-button.vue'
|
||||||
// import RelativeTime from '~/components/relative-time.vue'
|
import RelativeTime from '~/components/relative-time.vue'
|
||||||
import ListSummary from '~/components/list-summary.vue'
|
import ListSummary from '~/components/list-summary.vue'
|
||||||
|
|
||||||
let storkClient = null
|
let storkClient = null
|
||||||
|
|
@ -233,10 +233,9 @@ let storkClient = null
|
||||||
export default {
|
export default {
|
||||||
components: {
|
components: {
|
||||||
Carbon,
|
Carbon,
|
||||||
// EmailSubscribe: () => process.client ? import('~/components/email-subscribe.vue') : null,
|
|
||||||
ListSummary,
|
ListSummary,
|
||||||
|
RelativeTime,
|
||||||
LinkButton,
|
LinkButton,
|
||||||
RelativeTime: () => process.client ? import('~/components/relative-time.vue') : null
|
|
||||||
},
|
},
|
||||||
props: {
|
props: {
|
||||||
kindPage: {
|
kindPage: {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue