detach js from html
This commit is contained in:
parent
9c29653ea0
commit
8af6abedbe
6 changed files with 404 additions and 381 deletions
|
|
@ -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() {}
|
||||
})
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue