mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2024-12-03 04:21:34 +08:00
fix lint
This commit is contained in:
parent
4fafbb39dd
commit
49280a17e9
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user