This commit is contained in:
songwanli2025@163.com 2020-03-17 17:19:23 +08:00
parent 4fafbb39dd
commit 49280a17e9

View File

@ -90,7 +90,7 @@ export default {
function convertMd2ComponentDocumentation (text, env = 'development', url) {
const isNoDemo = !!~text.search('<!--no-demo-->')
const titleReg = /(<n-h1[^>]*\>)(.*?)(<\/n-h1>)/
const titleReg = /(<n-h1[^>]*>)(.*?)(<\/n-h1>)/
const gheUrl = 'https://***REMOVED***/tree/develop/' + url
const gheButton = `<n-tooltip
:delay="300"