Closed ninja71-mn closed 2 years ago
Check that you add
use LaravelAndVueJS\Traits\LaravelPermissionToVueJS;
// Spatie package
use Spatie\Permission\Traits\HasRoles;
class User extends Authenticatable
{
use LaravelPermissionToVueJS;
// Spatie package
use HasRoles;
// ...
}
In your User Model
Hi i use this package in spa app, vue 3 and laravel 8 and sanctum but i get this error
Uncaught SyntaxError: Unexpected token '}'