Skip to content

Commit

Permalink
不要なmount処理を削除
Browse files Browse the repository at this point in the history
  • Loading branch information
TakashimaAyaka authored and TakashimaAyaka committed Oct 26, 2022
1 parent 0e6d8fd commit 460639b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/javascript/packs/application.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ import UserMentorMemo from '../components/user_mentor_memo.vue'
import UserRecentReports from '../components/user-recent-reports.vue'
import Talks from '../components/talks.vue'
import Footprints from '../components/footprints.vue'
import Report from '../components/report.vue'
import SadReports from '../components/sad_reports.vue'

const mounter = new VueMounter()
Expand All @@ -98,7 +97,6 @@ mounter.addComponent(UserMentorMemo)
mounter.addComponent(UserRecentReports)
mounter.addComponent(Talks)
mounter.addComponent(Footprints)
mounter.addComponent(Report)
mounter.addComponent(SadReports)
mounter.mount()

Expand Down

0 comments on commit 460639b

Please sign in to comment.