added missing dependency to vee-validate contributor

pull/6137/head
Galip Tolga Erdem 5 years ago
parent cdbc520e00
commit 3316afeea8

@ -1,7 +1,10 @@
using Volo.Abp.AspNetCore.Mvc.UI.Bundling;
using Volo.Abp.AspNetCore.Mvc.UI.Packages.Vue;
using Volo.Abp.Modularity;
namespace Volo.Abp.AspNetCore.Mvc.UI.Packages.VeeValidate
{
[DependsOn(typeof(VueScriptContributor))]
public class VeeValidateScriptContributor : BundleContributor
{
public override void ConfigureBundle(BundleConfigurationContext context)

Loading…
Cancel
Save