mirror of
https://github.com/tl-open-source/tl-rtc-file.git
synced 2025-10-30 10:06:27 +08:00
7 lines
209 B
TypeScript
7 lines
209 B
TypeScript
import Antd from 'ant-design-vue';
|
|
// import { Button } from 'ant-design-vue';
|
|
// import Button from 'ant-design-vue/lib/button'
|
|
export default defineNuxtPlugin((nuxtApp)=>{
|
|
nuxtApp.vueApp.use(Antd);
|
|
})
|
|
|