detach js from html

This commit is contained in:
Tiago Vasconcelos 2023-03-03 14:09:13 +00:00
parent 9c29653ea0
commit 8af6abedbe
6 changed files with 404 additions and 381 deletions

View file

@ -4,14 +4,11 @@ async function customerMarket(path) {
name: 'customer-market',
template,
props: ['products', 'exchange-rates'],
props: ['products', 'exchange-rates', 'change-page'],
data: function () {
return {}
},
methods: {
changePage() {
return
}
}
methods: {},
created() {}
})
}