mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -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>
|
||||
|
||||
<script>
|
||||
import { lastUpdatedFriendly } from '~/helpers/parse-date'
|
||||
import { makeLastUpdatedFriendly } from '~/helpers/parse-date'
|
||||
import { getAppEndpoint } from '~/helpers/app-derived.js'
|
||||
|
||||
import LinkButton from '~/components/link-button.vue'
|
||||
|
|
@ -105,7 +105,7 @@ export default {
|
|||
},
|
||||
computed: {
|
||||
lastUpdatedFriendly () {
|
||||
return lastUpdatedFriendly( this.app.lastUpdated )
|
||||
return makeLastUpdatedFriendly( this.app.lastUpdated )
|
||||
}
|
||||
},
|
||||
head() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue