diff options
| author | taehoon <th.dev91@gmail.com> | 2019-07-17 12:50:49 -0400 |
|---|---|---|
| committer | taehoon <th.dev91@gmail.com> | 2019-10-24 15:15:33 -0400 |
| commit | 85c897403a0460c4932c70f783c1725d32cff6ac (patch) | |
| tree | 707bddf1d894463584f0464f0ee54bd94d330127 /src/components/status/status.js | |
| parent | 2f7f6967fdb5e11cd866cb0d15a0d50bf4e00ed7 (diff) | |
migrate Popper to v-popover
Diffstat (limited to 'src/components/status/status.js')
| -rw-r--r-- | src/components/status/status.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/components/status/status.js b/src/components/status/status.js index d24feccf..36455f2a 100644 --- a/src/components/status/status.js +++ b/src/components/status/status.js @@ -1,4 +1,3 @@ -import Popper from 'vue-popperjs/src/component/popper.js.vue' import Attachment from '../attachment/attachment.vue' import FavoriteButton from '../favorite_button/favorite_button.vue' import RetweetButton from '../retweet_button/retweet_button.vue' @@ -290,7 +289,6 @@ const Status = { } }, components: { - Popper, Attachment, FavoriteButton, RetweetButton, |
