芝麻web文件管理V1.00
编辑当前文件:/home/rejoandoctor/www/node_modules/laravel-mix/src/components/Then.js
const { Component } = require('./Component'); module.exports = class Then extends Component { /** * The API name for the component. */ name() { return ['then', 'after']; } /** * @param {() => void | Promise
} callback */ register(callback) { this.context.listen('build', callback); } };