@forsakringskassan/docs-live-example 1.5.3 → 1.5.5
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/dist/cjs/index.js +3 -3
- package/package.json +1 -1
package/dist/cjs/index.js
CHANGED
|
@@ -1569,12 +1569,12 @@ var require_core = __commonJS({
|
|
|
1569
1569
|
});
|
|
1570
1570
|
|
|
1571
1571
|
// src/index.ts
|
|
1572
|
-
var
|
|
1573
|
-
__export(
|
|
1572
|
+
var index_exports = {};
|
|
1573
|
+
__export(index_exports, {
|
|
1574
1574
|
LiveExample: () => LiveExample_default2,
|
|
1575
1575
|
createElement: () => createElement
|
|
1576
1576
|
});
|
|
1577
|
-
module.exports = __toCommonJS(
|
|
1577
|
+
module.exports = __toCommonJS(index_exports);
|
|
1578
1578
|
|
|
1579
1579
|
// sfc-script:/home/runner/work/docs-live-example/docs-live-example/src/LiveExample.vue?type=script
|
|
1580
1580
|
var import_vue5 = require("vue");
|