Skip to content

Commit 8f20a40

Browse files
committed
#3414 webpage: enable poll on all pages
Signed-off-by: Patrizio Bekerle <[email protected]>
1 parent dc5f8b6 commit 8f20a40

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

webpage/src/.vuepress/client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,6 @@ export default defineClientConfig({
7777
}
7878
},
7979
setup() {},
80-
rootComponents: [],
80+
rootComponents: [Poll],
8181
})
8282

webpage/src/.vuepress/theme/layouts/Layout.vue

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,12 @@
1616
</a>
1717
</div>
1818
</div>
19-
20-
<Poll />
2119
</template>
2220
</Layout>
2321
</template>
2422

2523
<script setup>
2624
import Layout from "@vuepress/theme-default/layouts/Layout.vue";
27-
import Poll from "../../components/Poll.vue";
2825
</script>
2926

3027
<style scoped>

0 commit comments

Comments
 (0)