pricing login/register translation

This commit is contained in:
2021-06-01 22:01:46 +02:00
parent f0b69fa76a
commit 370494499a
7 changed files with 7 additions and 8 deletions

View File

@ -25,7 +25,7 @@ export default {
// vuejs attributes a inserted by form alter in same module
MA.get(`/materio_user/login_form`)
.then(({data}) => {
console.log('getLoginForm data')
console.log('getLoginForm data', data)
this.form = Vue.compile(data.rendered)
this.$options.staticRenderFns = [];
this._staticTrees = [];