diff --git a/config/livewire-tables.php b/config/livewire-tables.php index 7815fa1..dad9ea4 100644 --- a/config/livewire-tables.php +++ b/config/livewire-tables.php @@ -18,12 +18,12 @@ /** * Enable or Disable automatic injection of core assets */ - 'inject_core_assets_enabled' => false, + 'inject_core_assets_enabled' => true, /** * Enable or Disable automatic injection of third-party assets */ - 'inject_third_party_assets_enabled' => false, + 'inject_third_party_assets_enabled' => true, /** * Enable Blade Directives (Not required if automatically injecting or using bundler approaches)