Skip to content

Commit bb6e715

Browse files
committed
chore: pkgjson移除private
1 parent 12270f3 commit bb6e715

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"name": "vue3-component-lib-template",
33
"description": "This is a modern component library template based on Turborepo+Vue 3.5+TypeScript.",
44
"version": "1.0.0",
5-
"private": true,
65
"packageManager": "pnpm@9.15.0",
76
"author": "huangmingfu <212149997@qq.com>",
87
"license": "MIT",

playground/src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ import router from './router';
66
import Antd from 'ant-design-vue';
77
import 'ant-design-vue/dist/reset.css';
88
// 引入@mylib/ui
9-
import '@mylib/ui/style.css';
109
import MyLibUI from '@mylib/ui';
10+
import '@mylib/ui/style.css';
1111

1212
const app = createApp(App);
1313
app.use(Antd); // 全局引入antdv组件

0 commit comments

Comments
 (0)