学习vue+ts+vite时用naive ui,nbutton无法显示的问题
<template>
<div>
<button>
this is a button.
button>
div>
<div>
<n-button>n-buttonn-button>
div>
template>
<script setup lang="ts">
import {NButton} from 'naive-ui'
script>
这样该怎么办?