vuepress-plugin-md-power 1.0.0-rc.134 → 1.0.0-rc.135
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/node/index.js +1 -1
- package/package.json +1 -1
package/lib/node/index.js
CHANGED
|
@@ -3363,7 +3363,7 @@ async function prepareConfigFile(app, options) {
|
|
|
3363
3363
|
enhances.add(`app.component('CodePenViewer', CodePen)`);
|
|
3364
3364
|
}
|
|
3365
3365
|
if (options.jsfiddle) {
|
|
3366
|
-
imports.add(`import JSFiddle from '${CLIENT_FOLDER}components/
|
|
3366
|
+
imports.add(`import JSFiddle from '${CLIENT_FOLDER}components/JsFiddle.vue'`);
|
|
3367
3367
|
enhances.add(`app.component('JSFiddleViewer', JSFiddle)`);
|
|
3368
3368
|
}
|
|
3369
3369
|
if (options.replit) {
|
package/package.json
CHANGED