We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9180c14 commit 07fec6eCopy full SHA for 07fec6e
lib/view_component/base.rb
@@ -30,12 +30,12 @@ def config
30
end
31
32
33
+ include ViewComponent::Cacheable
34
include ViewComponent::InlineTemplate
35
include ViewComponent::UseHelpers
36
include ViewComponent::Slotable
37
include ViewComponent::Translatable
38
include ViewComponent::WithContentHelper
- include ViewComponent::Cacheable
39
40
RESERVED_PARAMETER = :content
41
VC_INTERNAL_DEFAULT_FORMAT = :html
0 commit comments