Skip to content

Tailwindcss Intellisense does not work in Vue TSX #772

Closed
@lvzhenbo

Description

@lvzhenbo

What version of Tailwind CSS IntelliSense are you using?

v0.9.11

What version of Tailwind CSS are you using?

v3.3.2

What package manager are you using?

pnpm

What operating system are you using?

Windows

Tailwind config

export default {
  content: ['./index.html', './src/**/*.{vue,js,ts,jsx,tsx}'],
  theme: {
    extend: {},
  },
  plugins: [],
};

VS Code settings

default

Reproduction URL

https://github.com/lvzhenbo/vue-tailwind-template

Describe your issue

There is no smart prompt or hover pop-up for TSX

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions