Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
onowoo committed Mar 19, 2024
1 parent adae07c commit 753f3c2
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,19 @@
</NuxtLayout>
</div>
</template>

<script setup>
useHead({
script: [ { innerHTML: `
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?42ad212ec8fd33be90a6104d3afa4ae4";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
` } ]
})
</script>
<style>
html,
body,
Expand Down

0 comments on commit 753f3c2

Please sign in to comment.