Skip to content

Commit 82c3672

Browse files
committed
Add years prop to LoginPage component and update asset version in mix-manifest.json
1 parent eba3ab7 commit 82c3672

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

public/app.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/app.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/mix-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"/app.js": "/app.js?id=681cce33922a4fe46f7fe15735cef6cb",
2+
"/app.js": "/app.js?id=7d351947b5dcc61bbcf6223625a815c5",
33
"/manifest.js": "/manifest.js?id=61f2d62cc41feccba141cbb9c3075397",
44
"/app.css": "/app.css?id=a0015dae19ee9535245eef6cf827b723",
55
"/vendor.js": "/vendor.js?id=4b9f97134193d3a20991ba9c2f5f06e3",

resources/js/pages/Login.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@
9999
import Auth from '@/layouts/Auth'
100100
import { Button, Checkbox } from 'laravel-nova-ui'
101101
102+
defineProps({ years: Array })
102103
export default {
103104
name: 'LoginPage',
104105

0 commit comments

Comments
 (0)