Closed mcculleydj closed 3 years ago
Did not see a reason to have duplicate v-if="item" directives on lines 2 and 3. Checked the blame, which mentions adjusting spinner position, but the template tag should be unreachable if !item and transparent otherwise.
v-if="item"
Did not see a reason to have duplicate
v-if="item"
directives on lines 2 and 3. Checked the blame, which mentions adjusting spinner position, but the template tag should be unreachable if !item and transparent otherwise.