We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc52e15 commit f50e14eCopy full SHA for f50e14e
jsconfig.json
@@ -0,0 +1,15 @@
1
+{
2
+ "include": [
3
+ "resources/js/**/*"
4
+ ],
5
+ "compilerOptions": {
6
+ "allowJs": true,
7
+ "jsx": "preserve",
8
+ "baseUrl": ".",
9
+ "paths": {
10
+ "@/*": [
11
+ "resources/js/*"
12
+ ]
13
+ }
14
15
+}
resources/js/Components/Icon.vue
@@ -17,7 +17,7 @@
17
18
<svg
19
v-else-if="name === 'server'"
20
- class="w-5 w-5"
+ class="w-5 h-5"
21
xmlns="http://www.w3.org/2000/svg"
22
fill="none"
23
viewBox="0 0 24 24"
0 commit comments