joy-admin-components 0.1.49 → 0.1.50

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -41,6 +41,8 @@ yarn add joy-admin-components
41
41
  import { createApp } from 'vue';
42
42
  import { createI18n } from 'vue-i18n';
43
43
  import { setupI18n } from 'joy-admin-components';
44
+ // 引入组件库样式
45
+ import 'joy-admin-components/style.css';
44
46
  import App from './App.vue';
45
47
 
46
48
  // 创建 i18n 实例