0π
I found the error and itβs a dumb one:
'<div> {{ message }} </div>'
has to be
<div>{{ message }}</div>'
The Whitespaces where in the div β¦
- [Vuejs]-Ziggy β Inertia js vue app NOT mounted AT ALL if we import route from 'ziggy' in app.js
- [Vuejs]-Nuxt not letting me route back when using require on source attribute
Source:stackexchange.com