Skip to content

Commit

Permalink
Changed id app with data attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
ojvribeiro committed Oct 2, 2022
1 parent f8026fd commit 658ac93
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .vulmix/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
<link rel="icon" type="image/png" sizes="16x16" href="/assets/icons/favicon-16x16.png">

<style>
html,body,body>#app{height: 100%;}
html,body,body>[data-app]{height: 100%;}
</style>
</head>

<body>
<div id="app"></div>
<div data-app></div>

<script src="<%= mix('/assets/_vulmix/js/manifest.js') %>"></script>
<script src="<%= mix('/assets/_vulmix/js/vendor.js') %>"></script>
Expand Down
2 changes: 1 addition & 1 deletion .vulmix/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,4 +140,4 @@ layoutFiles
app.use(router)
app.use(head)

app.mount('#app')
app.mount('[data-app]')

1 comment on commit 658ac93

@vercel
Copy link

@vercel vercel bot commented on 658ac93 Oct 2, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

vulmix – ./

vulmix-git-main-ojvribeiro.vercel.app
vulmix.vercel.app
vulmix-ojvribeiro.vercel.app

Please sign in to comment.