JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr{ gilour

File "PrefetchMessage.js"

Full Path: /var/www/lionsclub/core/vendor/livewire/livewire/js/PrefetchMessage.js
File size: 224 bytes
MIME-type: text/plain
Charset: utf-8

import Message from '@/Message'

export default class extends Message {
    constructor(component, action) {
        super(component, [action])
    }

    get prefetchId() {
        return this.updateQueue[0].toId()
    }
}