Sha256: a009ea6d0b7b00b87515969dca332ceebefd07c78e5d7174410fd0bd8f54f78c
Contents?: true
Size: 406 Bytes
Versions: 27
Compression:
Stored size: 406 Bytes
Contents
module LucidFunc module Initializer def initialize self.JS[:native_props] = `{ props: null }` @native_props = `Opal.Preact.Component.Props.$new(#{self})` @app_store = LucidComponent::AppStoreProxy.new(self) @class_store = LucidComponent::ClassStoreProxy.new(self.class.to_s, self, self) @store = LucidComponent::InstanceStoreProxy.new(self) end end end
Version data entries
27 entries across 27 versions & 1 rubygems