rails new plugin mountable

This commit is contained in:
2023-02-08 11:01:53 +02:00
commit ba13a88f44
77 changed files with 1025 additions and 0 deletions

View File

@ -0,0 +1,15 @@
<!DOCTYPE html>
<html>
<head>
<title>Vue r</title>
<%= csrf_meta_tags %>
<%= csp_meta_tag %>
<%= stylesheet_link_tag "vue_r/application", media: "all" %>
</head>
<body>
<%= yield %>
</body>
</html>