lasthourcloud/resources/js/app.js

10 lines
279 B
JavaScript
Raw Normal View History

2023-05-10 17:26:28 +00:00
import Alpine from "alpinejs";
2023-05-11 13:29:55 +00:00
// import { createApp } from "vue";
2023-05-11 13:29:45 +00:00
// import MagicSearchBar from "./components/MagicSearchBar.vue";
2023-05-10 17:26:28 +00:00
window.Alpine = Alpine;
Alpine.start();
2023-05-10 13:49:56 +00:00
2023-05-11 13:29:55 +00:00
// const app = createApp({});
2023-05-10 17:26:28 +00:00
// app.component('magic-search-bar', MagicSearchBar);
// app.mount('#vue');