Skip to content

Commit

Permalink
feat: footer-body template
Browse files Browse the repository at this point in the history
  • Loading branch information
ayZagen committed Dec 5, 2024
1 parent 50a72a0 commit f811093
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/ui/components/Footer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
:items="languages"
/>
</template>

<WidgetTemplate name="footer-body" />
<ul class="pa__widget-footer-link-list">
<li
v-if="tosUri"
Expand Down Expand Up @@ -45,8 +45,11 @@ import type { IPlusAuthContext } from '../interfaces';
import type { Translator } from '../utils/translator';
import { translatorKey } from '../utils/translator';
import WidgetTemplate from './WidgetTemplate.tsx';
export default defineComponent({
name: 'PFooter',
components: { WidgetTemplate },
props: {
termsOfService: {
type: String as () => string,
Expand Down

0 comments on commit f811093

Please sign in to comment.