Skip to content

Commit

Permalink
compile assets
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed May 14, 2021
1 parent c618dce commit e8e10f0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion public/app.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/mix-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"/app.js": "/app.js?id=13cc09316562b72cbc2a",
"/app.js": "/app.js?id=341394f05bad274130fe",
"/app-dark.css": "/app-dark.css?id=ade35296e4fa0c99a758",
"/app.css": "/app.css?id=c14814cc1a7a4f298934",
"/img/favicon.png": "/img/favicon.png?id=1542bfe8a0010dcbee71"
Expand Down
3 changes: 2 additions & 1 deletion resources/js/components/App.vue
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
<script type="text/ecmascript-6">
export default {
props: [
'assetsAreCurrent', 'isDownForMaintenance', 'appName',
'appName', 'assetsAreCurrent', 'isDownForMaintenance'
],
data() {
return {
alert: {
Expand Down

0 comments on commit e8e10f0

Please sign in to comment.