mirror of https://github.com/abpframework/abp.git
1 changed files with 12 additions and 0 deletions
@ -0,0 +1,12 @@ |
|||
using System.Collections.Generic; |
|||
using Volo.Abp.AspNetCore.Mvc.UI.Bundling; |
|||
|
|||
namespace Volo.Abp.AspNetCore.Mvc.UI.Packages.QRCode; |
|||
|
|||
public class QRCodeScriptContributor : BundleContributor |
|||
{ |
|||
public override void ConfigureBundle(BundleConfigurationContext context) |
|||
{ |
|||
context.Files.AddIfNotContains("/libs/qrcode/qrcode.min.js"); |
|||
} |
|||
} |
|||
Loading…
Reference in new issue