UNPKG

vue-styleguidist

Version:
14 lines (12 loc) 454 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports["default"] = _default; // https://vue-loader.vuejs.org/guide/custom-blocks.html#example function _default(source, map) { var cb = this.async(); if (cb) { cb(null, "export default function (Component) {\n Component.options = Component.options || {}\n Component.options.__docs = ".concat(JSON.stringify(source), "\n }"), String(map)); } }