@absolutejs/absolute 0.19.0-beta.1004 → 0.19.0-beta.1005
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/index.js
CHANGED
|
@@ -23215,6 +23215,10 @@ ${code}`;
|
|
|
23215
23215
|
${templateResult.code}`;
|
|
23216
23216
|
code += `
|
|
23217
23217
|
__script__.render = render;`;
|
|
23218
|
+
if (isScoped) {
|
|
23219
|
+
code += `
|
|
23220
|
+
__script__.__scopeId = "data-v-${componentId}";`;
|
|
23221
|
+
}
|
|
23218
23222
|
code += `
|
|
23219
23223
|
export default __script__;`;
|
|
23220
23224
|
return code;
|
|
@@ -35749,5 +35753,5 @@ export {
|
|
|
35749
35753
|
ANGULAR_INIT_TIMEOUT_MS
|
|
35750
35754
|
};
|
|
35751
35755
|
|
|
35752
|
-
//# debugId=
|
|
35756
|
+
//# debugId=3E6A7953FB88231F64756E2164756E21
|
|
35753
35757
|
//# sourceMappingURL=index.js.map
|