mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Move nuxt components to components-nuxt
This commit is contained in:
parent
300d9598b4
commit
decaaabfe1
36 changed files with 62 additions and 61 deletions
|
|
@ -68,10 +68,10 @@ import axios from 'axios'
|
|||
|
||||
import getListSummaryNumbers from '~/helpers/get-list-summary-numbers.js'
|
||||
|
||||
import Search from '~/components/search.vue'
|
||||
import LinkButton from '~/components/link-button.vue'
|
||||
import AllUpdatesSubscribe from '~/components/all-updates-subscribe.vue'
|
||||
import ListSummary from '~/components/list-summary.vue'
|
||||
import Search from '~/components-nuxt/search.vue'
|
||||
import LinkButton from '~/components-nuxt/link-button.vue'
|
||||
import AllUpdatesSubscribe from '~/components-nuxt/all-updates-subscribe.vue'
|
||||
import ListSummary from '~/components-nuxt/list-summary.vue'
|
||||
|
||||
export default {
|
||||
async asyncData () {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue