fix(frontend-embed): 不足していたスタイル・インポートを追加 (#14531)

* fix(frontend-embed): add missing imports

* fix(frontend-embed): add missing styles
This commit is contained in:
かっこかり 2024-09-09 22:44:39 +09:00 committed by GitHub
parent 2cbe1d1210
commit 672779a15f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 11 additions and 2 deletions

View file

@ -37,6 +37,7 @@ import EmPoll from '@/components/EmPoll.vue';
import { i18n } from '@/i18n.js';
import { url } from '@/config.js';
import { shouldCollapsed } from '@/to-be-shared/collapsed.js';
import EmA from '@/components/EmA.vue';
import EmMfm from '@/components/EmMfm.js';
const props = defineProps<{