mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2024-12-21 04:50:14 +08:00
10 lines
166 B
JavaScript
10 lines
166 B
JavaScript
const getDemoByPath = require('./utils/get-demo-by-path')
|
|
|
|
module.exports = function () {
|
|
return {
|
|
async load (id) {
|
|
return getDemoByPath(id)
|
|
}
|
|
}
|
|
}
|