File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 *
1010 */
1111class VueHeadSectionV3 extends CommonHead {
12- public function __construct (WebPage $ page ) {
12+ public function __construct (? WebPage $ page = null ) {
1313 parent ::__construct ($ page );
1414
1515 define ('VUE_VERSION ' , '3.5.22 ' );
@@ -34,18 +34,14 @@ public function __construct(WebPage $page) {
3434 'version ' => $ vueVersion
3535 ]);
3636 }
37- $ this ->addCSS ("https://cdnjs.cloudflare.com/ajax/libs/MaterialDesign-Webfont/7.4.47/css/materialdesignicons.min.css " , [
38- 'integrity ' => "sha256-A/48q6BeZbFOQDUTnu6JsSvofNC880KsOIZ3Duw6mWI= " ,
39- 'crossorigin ' => "anonymous "
40- ]);
4137 $ this ->addCSS ("https://cdnjs.cloudflare.com/ajax/libs/vuetify/ $ vuetifyVersion/vuetify.min.css " , [
4238 'integrity ' => "sha256-hX27sGJbWKQMwtOB6Wi24yy0c/sF1ZD3PQbnpAMV+/U= " ,
4339 'crossorigin ' => "anonymous " ,
4440 'id ' => 'vuetify-css ' ,
4541 'version ' => $ vuetifyVersion
4642 ]);
4743 $ this ->addCSS ("https://cdnjs.cloudflare.com/ajax/libs/vuetify/ $ vuetifyVersion/vuetify-labs.min.css " , [
48- 'integrity ' => "sha256-NPHYAkvbGN9rN5PLyexRnLP1eXJE4JuRb3Jeyrd7EP4== " ,
44+ 'integrity ' => "sha256-NPHYAkvbGN9rN5PLyexRnLP1eXJE4JuRb3Jeyrd7EP4= " ,
4945 'crossorigin ' => "anonymous " ,
5046 'id ' => 'vuetify-labs-css ' ,
5147 'version ' => $ vuetifyVersion
You can’t perform that action at this time.
0 commit comments