protonemedia / inertiajs-tables-laravel-query-builder

Inertia.js Tables for Laravel Query Builder
https://protone.media/en/blog/introducing-inertiajs-tables-a-datatables-like-package-for-laravel-query-builder
MIT License
438 stars 123 forks source link

Vue 3: The `>>>` combinators have been deprecated #46

Closed jelleroorda closed 2 years ago

jelleroorda commented 2 years ago

When compiling the vue components, we're getting deprecation warnings for Vue 3.

Schermafbeelding 2021-11-03 om 11 05 37

This seems to stem from these places:

  1. Table.vue
  2. Table.vue
  3. Table.vue

Can we update this to use the :deep() selector? Or would this be an issue for the Vue 2 build?

See also: https://v3.vuejs.org/api/sfc-style.html#style-scoped

jonnywilliamson commented 2 years ago

Exact same issue here.

pascalbaljet commented 2 years ago

Fixed in v2