Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Письменов Дмитрий Иванович
/
yourroomads
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 0c23a971
authored
Apr 04, 2019
by
Jonathan Reinink
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update root template to force object syntax for props
1 parent
25490337
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
resources/views/app.blade.php
resources/views/app.blade.php
View file @
0c23a97
...
...
@@ -9,7 +9,7 @@
</head>
<body
class=
"font-sans leading-none text-grey-darkest antialiased"
>
<div
id=
"app"
data-component=
"{{ $component }}"
data-props=
"{{ json_encode($props) }}"
></div>
<div
id=
"app"
data-component=
"{{ $component }}"
data-props=
"{{ json_encode($props
, JSON_FORCE_OBJECT
) }}"
></div>
</body>
</html>
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment