Change old slot syntax (removed in vue3) to new one
All threads resolved!
All threads resolved!
Compare changes
Files
20@@ -6,10 +6,7 @@
@@ -59,16 +56,15 @@
@@ -83,7 +79,6 @@
In addition it fixes some semi-related issues:
<button>
, changed to button.
ModifiedIndicator
, since it's not really interactive, used aria-label
instead to make it accessible and NOT generate a tooltip.panel panel-default
classes, switched it to popover-default
so that it uses tooltips background (has separate opacity from panels for better visibility)<div>
s that don't do anything replaced with <template>
s