We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7767232 commit b9ea37cCopy full SHA for b9ea37c
src/vuetify-stubs/resources/views/layouts/app.blade.php
@@ -9,7 +9,7 @@
9
<link rel="manifest" href="/manifest.json">
10
<title>{{ config('app.name', 'Laravel') }}</title>
11
<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">
+ <link href="https://unpkg.com/vuetify/dist/vuetify.min.css" rel="stylesheet">
13
<link href="https://cdnjs.cloudflare.com/ajax/libs/pace/1.0.2/themes/blue/pace-theme-corner-indicator.min.css" rel="stylesheet">
14
<link href="{{ mix('css/app.css') }}" rel="stylesheet">
15
</head>
0 commit comments