import Alpine from "alpinejs"; Alpine.start(); const app = new Vue({ el: "#app", data: { amount: null, from: null, to: null, }, methods: { submit() { const fromCurrency = this.from; const toCurrency = this.to; if(fromCurrency && toCurrency){ return(html`