-
Nuxt-log: 一款适用于vuejs-logger的Nuxt模块
资源介绍
日志
使用Nuxt.js记录器模块
设置
使用yarn或npm将nuxt-log依赖项添加到您的项目中
添加nuxt-log到modules的部分nuxt.config.js
const logOptions = {
// optional : defaults to true if not specified
isEnabled : true ,
// required ['debug', 'info', 'warn', 'error', 'fatal']
logLevel : 'debug' ,
// optional : defaults to false if not specified
stringifyArguments : false ,
// optional : defaults to false if not specified
show
- 上一篇: 文件上传下载+预览功能
- 下一篇: (转)Java jacob调用打印机打印word文档