refactor: livewire tables
This commit is contained in:
parent
eadf927e57
commit
4aab91d4ec
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user