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 ce8b8c4 commit 1c2f877Copy full SHA for 1c2f877
.gitignore
@@ -9,3 +9,4 @@ phpstan.neon
9
testbench.yaml
10
vendor
11
node_modules
12
+resources/js/*.log
resources/js/src/renderer/src/main.js
@@ -1,4 +0,0 @@
1
-import { createApp } from 'vue'
2
-import App from './App.vue'
3
-
4
-createApp(App).mount('#app')
0 commit comments