Skip to content

None of Vue directives work #68

Open
@nikriaz

Description

@nikriaz

Surprisingly, even though events and checked state are propagated to the html, none of Vue directives work. For example:

<input type="checkbox" data-toggle="toggle" id="checkbox" v-on:change="toggleChecked"> -> this doesn't work.
<input type="checkbox" data-toggle="toggle" id="checkbox" onchange="toggleChecked()> - > though this works.
v-model doesn't work as well, seems because it relies on the same event mechanism.

Why?

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