Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conflict with Vuejs #93

Closed
enginnk opened this issue Nov 24, 2022 · 0 comments
Closed

Conflict with Vuejs #93

enginnk opened this issue Nov 24, 2022 · 0 comments

Comments

@enginnk
Copy link

enginnk commented Nov 24, 2022

Describe the bug

I have some code written in Vuejs when I am activating this library it's throwing error Event.$on is not a function and Event.$emit is not a function.

Sample of my code is below.

    Event.$on('eventFailed', function(message) {
        self.alertClass = 'alert-danger';
        self.alertContent = message;
    });

    Event.$on('eventSucceed', function(message) {
        self.alertClass = 'alert-success';
        self.alertContent = message;
    });``

In timeline js Event is written in line 463 to `511. As per my opinion this is getting conflict with Vuejs Event.

@enginnk enginnk closed this as completed May 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant