mirror of https://github.com/Requarks/wiki.git
23 lines
205 B
23 lines
205 B
module.exports = {
|
|
async activated() {
|
|
|
|
},
|
|
async deactivated() {
|
|
|
|
},
|
|
async init() {
|
|
|
|
},
|
|
async created() {
|
|
|
|
},
|
|
async updated() {
|
|
|
|
},
|
|
async deleted() {
|
|
|
|
},
|
|
async renamed() {
|
|
|
|
}
|
|
}
|