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 c8ef459 commit 4d5c090Copy full SHA for 4d5c090
src/bulma-stubs/app.js
@@ -7,19 +7,19 @@
7
8
require('./bootstrap');
9
10
-window.Vue = require('vue');
+// window.Vue = require('vue');
11
12
/**
13
* Next, we will create a fresh Vue application instance and attach it to
14
* the page. Then, you may begin adding components to this application
15
* or customize the JavaScript scaffolding to fit your unique needs.
16
*/
17
18
-Vue.component('example-component', require('./components/ExampleComponent.vue'));
+// Vue.component('example-component', require('./components/ExampleComponent.vue'));
19
20
-const app = new Vue({
21
- el: '#app'
22
-});
+// const app = new Vue({
+// el: '#app'
+// });
23
24
25
// Bulma NavBar Burger Script
0 commit comments