mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Fix import misreference
This commit is contained in:
parent
db82bdbb03
commit
f1bf513bc3
1 changed files with 2 additions and 2 deletions
|
|
@ -59,7 +59,7 @@
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import { lastUpdatedFriendly } from '~/helpers/parse-date'
|
import { makeLastUpdatedFriendly } from '~/helpers/parse-date'
|
||||||
import { getAppEndpoint } from '~/helpers/app-derived.js'
|
import { getAppEndpoint } from '~/helpers/app-derived.js'
|
||||||
|
|
||||||
import LinkButton from '~/components/link-button.vue'
|
import LinkButton from '~/components/link-button.vue'
|
||||||
|
|
@ -105,7 +105,7 @@ export default {
|
||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
lastUpdatedFriendly () {
|
lastUpdatedFriendly () {
|
||||||
return lastUpdatedFriendly( this.app.lastUpdated )
|
return makeLastUpdatedFriendly( this.app.lastUpdated )
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
head() {
|
head() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue