mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-04 07:00:23 +00:00
8 lines
127 B
Vue
8 lines
127 B
Vue
<template>
|
|
<div>
|
|
<h3 class="px-4">
|
|
<span>{{ $t('templateWorkflows.title') }}</span>
|
|
</h3>
|
|
</div>
|
|
</template>
|