Skip to content

Commit 214aea6

Browse files
committed
右键选择器
1 parent 3ddcb61 commit 214aea6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/DLPServiceProvider.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ public function boot()
1717
]);
1818

1919
Admin::booting(function () {
20-
Admin::css('vendor/dlp/component.min.css?v2.7');
21-
Admin::js('vendor/dlp/component.min.js?v2.7');
20+
Admin::css('vendor/dlp/component.min.css?v2.8');
21+
Admin::js('vendor/dlp/component.min.js?v2.8');
2222
Form::extend('Dot', Dot::class);
2323
Form::extend('CascadeDot', CascadeDot::class);
2424
Form::extend('Linear', Linear::class);

0 commit comments

Comments
 (0)