mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-20 14:30:41 +00:00
10 lines
216 B
Vue
10 lines
216 B
Vue
<template>
|
|
<div class="w-full">
|
|
<div class="flex items-center">
|
|
<h2 class="text-lg font-normal text-left">
|
|
{{ $t('manager.discoverCommunityContent') }}
|
|
</h2>
|
|
</div>
|
|
</div>
|
|
</template>
|