marsprince


  • ## import ```javascript import {log} from 'smith-log' Vue.use(log, { // 'prod' or other env: context.app.$config.env, // app router router: context.app.router, // core send method, must return a promise send: (data, headers) => { return ap

    published 0.3.4 a year ago