We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12270f3 commit bb6e715Copy full SHA for bb6e715
package.json
@@ -2,7 +2,6 @@
2
"name": "vue3-component-lib-template",
3
"description": "This is a modern component library template based on Turborepo+Vue 3.5+TypeScript.",
4
"version": "1.0.0",
5
- "private": true,
6
"packageManager": "pnpm@9.15.0",
7
"author": "huangmingfu <212149997@qq.com>",
8
"license": "MIT",
playground/src/main.ts
@@ -6,8 +6,8 @@ import router from './router';
import Antd from 'ant-design-vue';
import 'ant-design-vue/dist/reset.css';
// 引入@mylib/ui
9
-import '@mylib/ui/style.css';
10
import MyLibUI from '@mylib/ui';
+import '@mylib/ui/style.css';
11
12
const app = createApp(App);
13
app.use(Antd); // 全局引入antdv组件
0 commit comments