mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-01-12 12:25:16 +08:00
Update NaiveUIDocLoader.js
This commit is contained in:
parent
b3a1434ef1
commit
741751e6c9
@ -1,6 +1,6 @@
|
||||
const convertMd2Doc = require('./convertMd2Doc')
|
||||
|
||||
module.exports = function (content) {
|
||||
let env = process.env.NODE_ENV
|
||||
const env = process.env.NODE_ENV
|
||||
return convertMd2Doc(content, env)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user