@code-coaching/vuetiful 0.4.0 → 0.4.1
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/vuetiful.es.mjs
CHANGED
|
@@ -316,9 +316,7 @@ const _sfc_main$3 = defineComponent({
|
|
|
316
316
|
key: 0,
|
|
317
317
|
class: normalizeClass(`vuetiful-page-header flex-none ${__props.slotPageHeader}`)
|
|
318
318
|
}, [
|
|
319
|
-
renderSlot(_ctx.$slots, "pageHeader"
|
|
320
|
-
createTextVNode("(slot:header)")
|
|
321
|
-
])
|
|
319
|
+
renderSlot(_ctx.$slots, "pageHeader")
|
|
322
320
|
], 2)) : createCommentVNode("", true),
|
|
323
321
|
createElementVNode("main", {
|
|
324
322
|
class: normalizeClass(`vuetiful-page-content flex-auto ${__props.slotPageContent}`)
|
|
@@ -329,9 +327,7 @@ const _sfc_main$3 = defineComponent({
|
|
|
329
327
|
key: 1,
|
|
330
328
|
class: normalizeClass(`vuetiful-page-footer flex-none ${__props.slotPageFooter}`)
|
|
331
329
|
}, [
|
|
332
|
-
renderSlot(_ctx.$slots, "pageFooter"
|
|
333
|
-
createTextVNode("(slot:footer)")
|
|
334
|
-
])
|
|
330
|
+
renderSlot(_ctx.$slots, "pageFooter")
|
|
335
331
|
], 2)) : createCommentVNode("", true)
|
|
336
332
|
], 2),
|
|
337
333
|
_ctx.$slots.sidebarRight ? (openBlock(), createElementBlock("aside", {
|