Topic: MDB Vue on Laravel: button wave effect not working
Azamat Xodjakov asked 5 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.
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Open
- User: 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
Magdalena Dembna staff premium commented 5 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