-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Description
v2.2.0
not detect mixin function
cal modal:
openAddRecModal() {
let that = this;
that.$dlg.modal(addRecMail, {
width: 1600,
height: 600,
title: "ثبت ",
params: {
page: that.page,
keyword: that.keyword,
view: that.view,
limit: that.limit
}
});
},
inside modal i have this button:
<input type="button" :value="i18nMixin('shared.btnSubmit')" :class="btnSubmit" @click="submitReceive" />
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels

