Skip to content

Commit

Permalink
Create init.js file and include it in all entry points
Browse files Browse the repository at this point in the history
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
  • Loading branch information
marcoambrosini committed Feb 1, 2021
1 parent f073e70 commit e75bee7
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@

import Vue from 'vue'
import App from './App'
import './init'

// Store
import Vuex from 'vuex'
Expand Down
1 change: 1 addition & 0 deletions src/mainFilesSidebar.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
import Vue from 'vue'
import FilesSidebarCallViewApp from './FilesSidebarCallViewApp'
import FilesSidebarTabApp from './FilesSidebarTabApp'
import './init'

// Store
import Vuex from 'vuex'
Expand Down
1 change: 1 addition & 0 deletions src/mainFilesSidebarLoader.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@

import FilesSidebarCallView from './views/FilesSidebarCallView'
import { leaveConversation } from './services/participantsService'
import './init'

const isEnabled = function(fileInfo) {
if (fileInfo && !fileInfo.isDirectory()) {
Expand Down
1 change: 1 addition & 0 deletions src/mainPublicShareAuthSidebar.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
import Vue from 'vue'
import PublicShareAuthRequestPasswordButton from './PublicShareAuthRequestPasswordButton'
import PublicShareAuthSidebar from './PublicShareAuthSidebar'
import './init'

// Store
import Vuex from 'vuex'
Expand Down
1 change: 1 addition & 0 deletions src/mainPublicShareSidebar.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@

import Vue from 'vue'
import PublicShareSidebar from './PublicShareSidebar'
import './init'

// Store
import Vuex from 'vuex'
Expand Down

0 comments on commit e75bee7

Please sign in to comment.