Skip to content

mixin error #44

@RezaErfani67

Description

@RezaErfani67

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" />

image
image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions