mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-11 01:42:34 +00:00
Eslint updates
This commit is contained in:
parent
215110c659
commit
f781c2c44f
7 changed files with 28125 additions and 25956 deletions
|
@ -1,6 +1,6 @@
|
|||
<template>
|
||||
<div :class="containerClass">
|
||||
<template v-for="(panel, i) of panels" :key="i" class="p-splitter-panel">
|
||||
<template v-for="(panel, i) of panels" :key="i">
|
||||
<component :is="panel" tabindex="-1"></component>
|
||||
<div
|
||||
v-if="i !== panels.length - 1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue