fastify / fastify-vite

Fastify plugin for Vite integration.
MIT License
861 stars 72 forks source link

unocss not work #86

Closed transtone closed 2 years ago

transtone commented 2 years ago

Prerequisites

Fastify version

4.2.1

Plugin version

3.0.0-beta.23

Node.js version

16.x

Operating system

Windows

Operating system version (i.e. 20.04, 11.3, 10)

10

Description

unocss not work when add class in page element.

Steps to Reproduce

<h1 class="text-hex-333">{{ message }}</h1>

Expected Behavior

No response

transtone commented 2 years ago

must add import unocss in root.vue