yuki0920 / supplebox

Rails×Nuxt製プロテイン口コミ共有サービス「SuppleBox(サプリボックス)」
24 stars 5 forks source link

口コミ投稿一覧の商品リンクをnuxt-linkにする #492

Closed yuki0920 closed 3 years ago

yuki0920 commented 3 years ago

スクリーンショット 2021-08-22 21 12 30

他、href使用箇所

$ gg href front
front/components/Paginator/index.vue:          href="javascript:void(0)"
front/components/Paginator/index.vue:          href="javascript:void(0)"
front/components/PostForm/index.vue:        href="javascript:void(0)"
front/components/PostItem/index.vue:      <a :href="`/products/${post.product.id}`">
front/components/ProductItem/index.vue:            href="javascript:void(0)"
front/components/ProductSummary/index.vue:            :href="product.url"
front/components/ProductSummary/index.vue:            :href="`https://hb.afl.rakuten.co.jp/hgc/169cb48b.e76a4cfb.169cb48c.b496683c/?pc=http://search.rakuten.co.jp/search/mall?sitem=${product.brand_amazon_name}+プロテイン`"
front/compositions/sessions.ts:      location.href = `/users/${data.user.id}`
front/compositions/sessions.ts:    location.href = '/'
front/nuxt.config.js:      { rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' }
front/pages/Login/index.vue:                href="javascript:void(0)"
front/pages/signup/index.vue:              アカウントをお持ちの方はこちらから<a href="/login">ログイン</a>してください