Slim down examples.
This commit is contained in:
@@ -13,12 +13,6 @@ require('./bootstrap');
|
||||
* the application, or feel free to tweak this setup for your needs.
|
||||
*/
|
||||
|
||||
Vue.component('example', require('./components/Example.vue'));
|
||||
|
||||
var app = new Vue({
|
||||
el: 'body',
|
||||
|
||||
ready() {
|
||||
console.log('Application ready.');
|
||||
}
|
||||
el: 'body'
|
||||
});
|
||||
|
||||
1
resources/assets/js/bootstrap.js
vendored
1
resources/assets/js/bootstrap.js
vendored
@@ -1,4 +1,5 @@
|
||||
|
||||
window._ = require('lodash');
|
||||
window.Cookies = require('js-cookie');
|
||||
|
||||
/**
|
||||
|
||||
@@ -1,13 +0,0 @@
|
||||
<template>
|
||||
<div>
|
||||
<h1>Example Component</h1>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
ready() {
|
||||
console.log('Component ready.')
|
||||
}
|
||||
}
|
||||
</script>
|
||||
Reference in New Issue
Block a user