fix: typo error

This commit is contained in:
pengzhanbo 2025-03-02 12:48:18 +08:00
parent 88701c2519
commit ed019cad06

View File

@ -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)`)
}