Skip to content
This repository has been archived by the owner on Apr 4, 2021. It is now read-only.

Commit

Permalink
@ungap/url-search-paramsの導入
Browse files Browse the repository at this point in the history
  • Loading branch information
syou6162 committed Sep 1, 2019
1 parent 0b3ed34 commit a3881f8
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 61 deletions.
89 changes: 28 additions & 61 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"@nuxtjs/google-analytics": "^2.2.0",
"@nuxtjs/moment": "^1.2.0",
"@nuxtjs/proxy": "^1.3.3",
"@ungap/url-search-params": "^0.1.2",
"aws-amplify": "^1.1.28",
"aws-amplify-vue": "^0.2.12",
"bootstrap-vue": "^2.0.0-rc.21",
Expand Down
2 changes: 2 additions & 0 deletions pages/search.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
v-for="example in results"
:key="example.Url"
:example="example"
:tweets="example.ReferringTweets"
:is-admin="isAdmin"
/>
</b-card-group>
Expand All @@ -28,6 +29,7 @@
</template>

<script>
import URLSearchParams from '@ungap/url-search-params'
import { Auth } from 'aws-amplify';
import Example from '~/components/Example.vue';
import { NewExample } from '~/plugins/util';
Expand Down

0 comments on commit a3881f8

Please sign in to comment.