fix: typo error
This commit is contained in:
parent
88701c2519
commit
ed019cad06
@ -41,7 +41,7 @@ export async function prepareConfigFile(app: App, options: MarkdownPowerPluginOp
|
||||
}
|
||||
|
||||
if (options.jsfiddle) {
|
||||
imports.add(`import JSFiddle from '${CLIENT_FOLDER}components/JSFiddle.vue'`)
|
||||
imports.add(`import JSFiddle from '${CLIENT_FOLDER}components/JsFiddle.vue'`)
|
||||
enhances.add(`app.component('JSFiddleViewer', JSFiddle)`)
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user