Sha256: bd040ea4805bc368a6060a09b2ea77b181016bad624a6b30de684ffdada6aba0
Contents?: true
Size: 396 Bytes
Versions: 18
Compression:
Stored size: 396 Bytes
Contents
module LucidFunc module Initializer def initialize self.JS[:native_props] = `{ props: null }` @native_props = `Opal.Preact.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
18 entries across 18 versions & 1 rubygems