tethys/resources/js/lib.js

26 lines
655 B
JavaScript
Raw Permalink Normal View History

2018-08-06 12:30:51 +00:00
/**
* First we will load all of this project's JavaScript dependencies which
* includes Vue and other libraries. It is a great starting point when
* building robust, powerful web applications using Vue and Laravel.
*/
2018-10-18 14:51:46 +00:00
// require('./bootstrap');
window.$ = window.jQuery = require('jquery');
2018-10-10 16:28:51 +00:00
// window.Vue = require('vue');
2018-10-18 14:51:46 +00:00
// import Vue from 'vue';
2018-08-06 12:30:51 +00:00
2018-10-18 14:51:46 +00:00
// Vue.prototype.$http = axios;
2018-08-06 12:30:51 +00:00
// Vue.component('example', require('./components/Example.vue'));
// const app = new Vue({
// el: '#app',
// data: {
// loading: false,
// downloading: false,
// items: [],
// message: "Just a test",
// }
// });