Skip to content

Commit 4d5c090

Browse files
committed
Comment out reference to Vue.js
1 parent c8ef459 commit 4d5c090

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/bulma-stubs/app.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,19 @@
77

88
require('./bootstrap');
99

10-
window.Vue = require('vue');
10+
// window.Vue = require('vue');
1111

1212
/**
1313
* Next, we will create a fresh Vue application instance and attach it to
1414
* the page. Then, you may begin adding components to this application
1515
* or customize the JavaScript scaffolding to fit your unique needs.
1616
*/
1717

18-
Vue.component('example-component', require('./components/ExampleComponent.vue'));
18+
// Vue.component('example-component', require('./components/ExampleComponent.vue'));
1919

20-
const app = new Vue({
21-
el: '#app'
22-
});
20+
// const app = new Vue({
21+
// el: '#app'
22+
// });
2323

2424

2525
// Bulma NavBar Burger Script

0 commit comments

Comments
 (0)