Skip to content

Commit b9ea37c

Browse files
committed
solved error with vuetify version
1 parent 7767232 commit b9ea37c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vuetify-stubs/resources/views/layouts/app.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<link rel="manifest" href="/manifest.json">
1010
<title>{{ config('app.name', 'Laravel') }}</title>
1111
<link href='https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Material+Icons' rel="stylesheet">
12-
<link href="https://unpkg.com/vuetify@1.0.0-beta.6/dist/vuetify.min.css" rel="stylesheet">
12+
<link href="https://unpkg.com/vuetify/dist/vuetify.min.css" rel="stylesheet">
1313
<link href="https://cdnjs.cloudflare.com/ajax/libs/pace/1.0.2/themes/blue/pace-theme-corner-indicator.min.css" rel="stylesheet">
1414
<link href="{{ mix('css/app.css') }}" rel="stylesheet">
1515
</head>

0 commit comments

Comments
 (0)