@code-coaching/vuetiful 0.11.3 → 0.12.0
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 +1 -0
- package/dist/vuetiful.umd.js +1 -1
- package/package.json +1 -1
- package/src/components/atoms/VRadioGroup.vue +42 -0
- package/src/components/atoms/VRadioItem.vue +154 -0
- package/src/components/atoms/index.ts +3 -1
- package/src/components/index.ts +2 -2
- package/src/components/molecules/VShell.vue +4 -1
package/dist/vuetiful.es.mjs
CHANGED
|
@@ -355,6 +355,7 @@ const _sfc_main$3 = defineComponent({
|
|
|
355
355
|
renderSlot(_ctx.$slots, "sidebarLeft")
|
|
356
356
|
], 2)) : createCommentVNode("", true),
|
|
357
357
|
createElementVNode("div", {
|
|
358
|
+
tabindex: "-1",
|
|
358
359
|
class: normalizeClass(`vuetiful-page flex flex-1 flex-col overflow-x-hidden ${(_a = __props.regionPage) != null ? _a : ""}`)
|
|
359
360
|
}, [
|
|
360
361
|
_ctx.$slots.pageHeader ? (openBlock(), createElementBlock("header", {
|