Topic: MDB Vue on Laravel: button wave effect not working

Azamat Xodjakov free asked 4 years ago


Expected behavior: Wave effect on button click

Actual behavior: Styles applied correctly, but no wave effect on click

Resources (screenshots, code snippets etc.):

in my app.js

require('./bootstrap');
import 'bootstrap-css-only/css/bootstrap.min.css';
import 'mdbvue/lib/css/mdb.min.css';
window.Vue = require('vue');

in my bootstrap.js

try {
    window.Popper = require('popper.js').default;
    window.$ = window.jQuery = require('jquery');

    require('bootstrap');
    require('mdbvue');
} catch (e) {}

Please, note: I have no jQuery running. My app has only VueJS.


Magdalena Dembna staff commented 4 years ago

Can you edit your question so it includes a code snippet? So far I wasn't able to reproduce your issue (I am using our MDB Vue + Laravel boilerplate from github). Best regards, Magdalena



Please insert min. 20 characters.

FREE CONSULTATION

Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.

Status

Opened

Specification of the issue

  • ForumUser: Free
  • Premium support: No
  • Technology: MDB Vue
  • MDB Version: 6.7.1
  • Device: Acer
  • Browser: Chrome (latest)
  • OS: Windows 10
  • Provided sample code: No
  • Provided link: No