You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
241 B

  1. module.exports = {
  2. async activated() {
  3. },
  4. async deactivated() {
  5. },
  6. async init() {
  7. },
  8. async created() {
  9. },
  10. async updated() {
  11. },
  12. async deleted() {
  13. },
  14. async renamed() {
  15. },
  16. async getLocalLocation () {
  17. }
  18. }