mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-02 06:19:58 +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>
|