shoffing

Results 2 comments of shoffing

I'm having this same issue, 5 years later. Does this gem not support a double-nested form (one => many => many)? All my inputs have names with index [0]...

@kenkopelson Changing `Vue` to `VueM` fixes that for me. ```typescript import Vue from "vue"; type Component = "MdCore" | "MdAvatar" | "MdBackdrop" | "MdBottomBar" | "MdButton" | "MdButtonToggle" | "MdCard"...