mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
🔥 Remove mixin-related lines
This commit is contained in:
@@ -18,10 +18,7 @@
|
||||
import Vue from "vue";
|
||||
import { mapGetters } from "vuex";
|
||||
|
||||
import mixins from 'vue-typed-mixins';
|
||||
import { renderText } from "./mixins/renderText";
|
||||
|
||||
export default mixins(renderText).extend({
|
||||
export default Vue.extend({
|
||||
name: "PushConnectionTracker",
|
||||
computed: {
|
||||
...mapGetters(["pushConnectionActive"]),
|
||||
|
||||
Reference in New Issue
Block a user