Skip to content

Commit

Permalink
添加 InquiryInput 字段需要的alpinejs
Browse files Browse the repository at this point in the history
  • Loading branch information
iwillhappy1314 committed May 27, 2023
1 parent 2c6bb29 commit 62127d7
Show file tree
Hide file tree
Showing 19 changed files with 251 additions and 227 deletions.
7 changes: 7 additions & 0 deletions frontend/assets/scripts/modules/alpinejs.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import Alpine from 'alpinejs';
import dialog from '@fylgja/alpinejs-dialog';

window.Alpine = Alpine;

Alpine.plugin(dialog);
Alpine.start();
1 change: 1 addition & 0 deletions frontend/dist/scripts/alpinejs.22ae02.js

Large diffs are not rendered by default.

138 changes: 138 additions & 0 deletions frontend/dist/scripts/alpinejs.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions frontend/dist/scripts/main.9ef702.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions frontend/dist/styles/ajax-uploader.d13160.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions frontend/dist/styles/chosen.d13160.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions frontend/dist/styles/datepicker.d13160.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 62127d7

Please sign in to comment.