赞
踩
安装vuetify项目
添加tailwindcss依赖
// main.ts import "./style.css"
<template> <h1 class="text-3xl font-bold underline"> Hello world! </h1> </template>