vue3中使用ant-design-vue
创始人
2024-11-15 10:35:41
0

ant-design-vue官网:Ant Design Vue — An enterprise-class UI components based on Ant Design and Vue.jsAn enterprise-class UI components based on Ant Design and Vueicon-default.png?t=N7T8https://www.antdv.com/components/overview-cn/

安装

npm i -S ant-design-vue

 引入

全局引入:

import Antd from "ant-design-vue"; import "ant-design-vue/dist/reset.css";  const app = createApp(App); app.use(Antd);

局部引入:

import "ant-design-vue/dist/reset.css"; import { Button } from "ant-design-vue";  const app = createApp(App); app.use(Button);

使用

  

相关内容

热门资讯

快速方便地下载huggingf... 快速方便地下载huggingface的模型库和数据集方法一:用于使用 aria2/wg...
回文串-新华三2023笔试(c... 题目链接回文串-新华三2023笔试(codefun2000)题目内容给定一个长度为 n 的字符串&#...
vue实现电子签名、图片合成、... 业务功能:电子签名、图片合成、及预览功能业务背景:需求说想要实现一个电子...
pygame制作游戏第一天 pygame制作第一天 截个图首先还是黑屏哈。后面找时间慢慢做地图跟其他角色,还有攻击...
安装Ubuntu系统+深度学习... 安装Ubuntu系统+深度学习服务器配置+多用户操作安装Ubuntu系统深度学习服务...
Google警告:安卓两个0-... 关键词:Google;安卓;Http/2;D...
Github 2024-07-... 根据Github Trendings的统计,今日(2024-07-29统计)共有10个项目上榜。根据...
ICC2:分段长tree简易版... 我正在「拾陆楼」和朋友们讨论有趣的话题,你⼀起来吧?拾陆楼知识星球入口分段长tree让一部分sink...
用60行python代码制作一...  扫雷游戏(Minesweeper)是一个经典的逻辑游戏,...
冯诺依曼体系结构与操作系统 冯诺依曼体系结构以及操作系统初步理解冯诺依曼体系操作系统冯诺依曼体系如下图: 那么为什...