Relative Content

Tag Archive for javascriptlaravelvue.jslaravel-bladeemit

this.$emit(‘update:page’, 1); doesnt work on production

Does anyone have any idea why adding this.$emit('update:page', 1); doesn’t work on beta, but does it work on locale?
Page from index.blade.php goes to @include('public.components.filters.filter', ['liveLoad' => true, 'isFilterPage' => true]), and from there to <sort> via :page.sync="page"
is further changed using this.$emit('update:page', 1);