Level 16
You need to make sure all relevant vue components are also loaded (or to be more precise the methods, computed properties, etc from those vue components that are relevant) .
So it might be the <spark-kiosk-metrics :user="user" inline-template> from the \resources\views\vendor\spark\kiosk\metrics.blade.php I would suspect.
Make sure you do not forget the closing </whatever-the-name-is>.