naive-ui/build/rollup-plugin-demo.js

10 lines
166 B
JavaScript

const getDemoByPath = require('./utils/get-demo-by-path')
module.exports = function () {
return {
async load (id) {
return getDemoByPath(id)
}
}
}