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