mirror of
https://github.com/fmhy/edit.git
synced 2026-03-11 08:55:38 +00:00
Fix template closing tags in ColorPicker.vue
This commit is contained in:
parent
b719c81f55
commit
82dba0e7fd
1 changed files with 1 additions and 3 deletions
|
|
@ -244,6 +244,4 @@ const normalizeColorName = (colorName: string) =>
|
|||
Selected: {{ normalizeColorName(selectedColor) }}
|
||||
</div>
|
||||
</div>
|
||||
</template> </div>
|
||||
</div>
|
||||
</template>
|
||||
</template>
|
||||
|
|
|
|||
Loading…
Reference in a new issue