Closed a20185 closed 1 year ago
Hi @a20185 The component works fine, as you can see in this playground but since you are using custom config settings and code, It is difficult to tell why the issue is occurring. Can you share the complete code? If not, try using the default tailwind config to see if it works.
Thanks for the playground example, Almad @ahmadbilaldev
I found it has some issues on original windicss
plugin‘s lifecycles.When switching it directly to tailwind
, it looks nice.😄
What I'm using:
So my question is: I was following the instruction and not doing anything else. Why the style was missing? Is there anything I messed up?
my
tailwind.config.js
my
index.css
(use to configure tailwind components)and my component
container.vue
(Copy via "copy" button on the website)