Skip to content

Commit 56bb3a0

Browse files
authored
Merge pull request #346 from vuepress-reco/feature/ai-component
fix: import tailwindcss basic css
2 parents ac1cf33 + 88f046c commit 56bb3a0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/@vuepress-reco/plugin-ai-chat/src/client/components/AIChatButton.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ watch(isOpen, (val) => {
9393
</script>
9494

9595
<style>
96+
@import '@vuepress-reco/tailwindcss-config/lib/client/styles/tailwindcss-base.css';
97+
9698
/* 容器样式 */
9799
.ai-chat-button-container {
98100
position: fixed;

0 commit comments

Comments
 (0)