Skip to content

Commit 589c834

Browse files
committed
fix page content vuejs component name
1 parent 79bffea commit 589c834

File tree

1 file changed

+2
-0
lines changed
  • app/concepts/matestack/ui/core/page/content

1 file changed

+2
-0
lines changed

app/concepts/matestack/ui/core/page/content/content.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
module Matestack::Ui::Core::Page::Content
22
class Content < Matestack::Ui::Core::Component::Dynamic
33

4+
vue_js_component_name "matestack-ui-core-page-content"
5+
46
def response
57
div class: "matestack-page-container", attributes: loading_classes do
68
if options[:slots] && options[:slots][:loading_state]

0 commit comments

Comments
 (0)