module ViewComponent::ComponentLocalConfig

def inherited(child)

def inherited(child)
  child.instance_variable_set(:@__vc_config, nil)
  super
end