Browse Source

测试推送

fogwind 5 days ago
parent
commit
7f6abf3e02
1 changed files with 4 additions and 0 deletions
  1. 4 0
      README.md

+ 4 - 0
README.md

@@ -175,3 +175,7 @@ Support this project by becoming a sponsor. Your logo will show up here with a l
 
 
 <a href="https://opencollective.com/bagisto" target="_blank"><img src="https://opencollective.com/bagisto/sponsors.svg?width=890&isActive=true"></a>
 <a href="https://opencollective.com/bagisto" target="_blank"><img src="https://opencollective.com/bagisto/sponsors.svg?width=890&isActive=true"></a>
 
 
+
+
+`packages/Longyi/Core/src/Resources/views/admin/catalog/products/edit/types/flexible_variant.blade.php` 模板中使用`@bagistoVite`引入了`flexible_variant.css`,在浏览器中打开网站时只有该页面会加载`flexible_variant.css`的代码,其他页面不会加载(按需加载)。
+要想`flexible_variant.css`能被引用,需要在`packages/Webkul/Admin/vite.config.js`中配置该文件的路径,将其纳入vite的覆盖范围内。