Skip to content

Actions is not displayed on action addons. Help me find where wrong 🙏 #12519

Discussion options

You must be logged in to vote

@lala-lee-jobs thank you for bringing this to our attention, the vue version of the tutorial is still not working properly with 6.0 as of now. I'm creating an issue so that we could get some help with the updates for the different frameworks available so that the documentation can provide the most accurate code base.

I've tested on my dummy project and you can do the following to properly use the events:

In the Task.vue component:

<template>
  <div :class="taskClass">
    <label class="checkbox">
      <input
        type="checkbox"
        :checked="isChecked"
        :disabled="true"
        name="checked"
      />
      <span class="checkbox-custom" @click="onArchiveTask" />
    </label>

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@lala-lee-jobs
Comment options

Answer selected by lala-lee-jobs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants