Skip to content
This repository was archived by the owner on Mar 6, 2020. It is now read-only.

Plugin hooks for installation and removal #18

@goto-bus-stop

Description

@goto-bus-stop
Plugin.extend({
  install() {
    localStorage.myPluginKey = 'init info'
  },
  uninstall() {
    delete localStorage.myPluginKey
  }
})

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions