I'm using vue js on laravel,
i have two different file app.js and app-filter.js in my resource/js folder
what i want is to call the app-filter.js on specific page but the app js is always called for each page:
in my app-filter.js i have
const filter…