Remove TinyMce Added Squire
This commit is contained in:
@@ -10,6 +10,8 @@
|
||||
|
||||
<script>
|
||||
|
||||
// import io from 'socket.io-client'
|
||||
|
||||
export default {
|
||||
components: {
|
||||
'global-site-menu': require('@/components/GlobalSiteMenu.vue').default,
|
||||
@@ -21,6 +23,12 @@ export default {
|
||||
},
|
||||
beforeCreate: function(){
|
||||
|
||||
// const socket = io({ path:'/socket' });
|
||||
const socket = this.$io
|
||||
socket.on('connect', () => {
|
||||
this.$store.commit('setSocketIoSocket', socket.id)
|
||||
})
|
||||
|
||||
//Detect if user is on a mobile browser and set a flag in store
|
||||
this.$store.commit('detectIsUserOnMobile')
|
||||
|
||||
@@ -39,7 +47,7 @@ export default {
|
||||
|
||||
},
|
||||
mounted: function(){
|
||||
|
||||
|
||||
},
|
||||
computed: {
|
||||
loggedIn () {
|
||||
|
Reference in New Issue
Block a user