Skip to content

Commit

Permalink
Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
psaini12ednet committed Sep 27, 2024
1 parent 2c513cc commit 64ce823
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions layout/theme.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,8 @@
document.documentElement.classList.add('shopify-design-mode');
}
</script>
<script src="https://cdn.jsdelivr.net/npm/vue@2"></script>
<script src="{{ 'my-component.js' | asset_url }}"></script>
</head>

<body class="gradient{% if settings.animations_hover_elements != 'none' %} animate--hover-{{ settings.animations_hover_elements }}{% endif %}">
Expand Down
3 changes: 1 addition & 2 deletions sections/header.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
<link rel="stylesheet" href="{{ 'component-mega-menu.css' | asset_url }}" media="print" onload="this.media='all'">
{%- endif -%}

<script src="https://cdn.jsdelivr.net/npm/vue@2"></script>
<script src="{{ 'my-component.js' | asset_url }}"></script>


<style>
header-drawer {
Expand Down

0 comments on commit 64ce823

Please sign in to comment.