基于Java spring + vue3 + nuxt构建的内容管理系统
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

6 lines
258 B

export default defineNuxtPlugin(() => {
const hm = document.createElement('script');
hm.src = 'https://hm.baidu.com/hm.js?9edadaa49ae4e9c979c6724865c04b05';
const s = document.getElementsByTagName('script')[0];
s.parentNode?.insertBefore(hm, s);
});