Module: LucidFunc::Mixin
- Defined in:
- lib/isomorfeus_preact/lucid_func/mixin.rb
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
2 3 4 5 6 7 8 9 |
# File 'lib/isomorfeus_preact/lucid_func/mixin.rb', line 2 def self.included(base) base.include(::LucidFunc::Initializer) base.include(::Preact::FunctionComponent::Api) base.extend(::LucidFunc::NativeComponentConstructor) base.include(::Preact::Elements) base.include(::LucidComponent::Api) base.include(::LucidI18n::Mixin) if `(Opal.modules.hasOwnProperty("lucid_i18n/mixin"))` end |