fix: remove props prefix from template
This commit is contained in:

committed by
konrad

parent
9f375ecd7d
commit
b224b331f5
@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<Loading
|
||||
v-if="props.isLoading && !ganttBars.length || dayjsLanguageLoading"
|
||||
v-if="isLoading && !ganttBars.length || dayjsLanguageLoading"
|
||||
class="gantt-container"
|
||||
/>
|
||||
<div
|
||||
|
Reference in New Issue
Block a user