Remove TinyMce Added Squire

This commit is contained in:
Max G
2020-02-01 22:21:22 +00:00
parent f99d6ed430
commit 2828cc9462
91 changed files with 6538 additions and 10672 deletions

View File

@@ -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 () {