concerto_frontend_vue 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 15c0572cdd22c2848bf197af9bb550ca351d95b4
|
4
|
+
data.tar.gz: 8310120edc8d770f760008d6efa8e55891054c1d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e7110ddd058b28d80253b7a23ffb9d466c07806a7e4d2b38339a2c506d3f108f9c7a78167a503d2a2d4e0e112ee1d48d93f296961f5cffe7ab046fda2cadedb8
|
7
|
+
data.tar.gz: 6c830a113a124e3d3de2fa743bbdaae2b3256eb4bf1f20130cb50b0c4c3257b1535b654ff61fe210ffb3ee6c3a2b8bc52a73271e78ff644816dc30d555e9ba9c
|
@@ -1,12 +1,4 @@
|
|
1
|
-
<% content_for :head do %>
|
2
|
-
<!-- from concerto-frontend-vue -->
|
3
|
-
<link href="<%=asset_path('concerto_frontend_vue/app.js')%>" rel="preload" as="script">
|
4
|
-
<!-- end from concerto-frontend-vue -->
|
5
|
-
<% end %>
|
6
|
-
|
7
1
|
<!-- from concerto-frontend-vue -->
|
8
2
|
<div id="app" screen-id="<%= params[:id] %>" debug="<%= (params[:debug] || '') == 'true' %>" preview="<%= @preview %>" base-url="<%= Rails.application.config.relative_url_root %>"></div>
|
9
|
-
|
3
|
+
<%= javascript_include_tag "concerto_frontend_vue/application" %>
|
10
4
|
<!-- end from concerto-frontend-vue -->
|
11
|
-
|
12
|
-
HERE WE ARE !
|