bayrell / BayLang

BayLang compiler source code
https://bayrell.org/ru/docs/baylang
Apache License 2.0
4 stars 0 forks source link

Добавить возможность добавлять несколько моделей в компонет #117

Closed ildar-ceo closed 10 months ago

ildar-ceo commented 1 year ago
<Form @model=["crud", "item_form"] @model_widget=["crud"] />

Сама форма:

<template>

%set CrudWidget model_widget = layout.model(render_params["@model_widget"]);

</template>
ildar-ceo commented 1 year ago

Атрибут с префиксом model будет считаться моделью

ildar-ceo commented 10 months ago

Было решено использовать Vue.js. Да там можно добавить несколько моделей через props. Так же есть доступ к layout.