代码拉取完成,页面将自动刷新
<template>
<div id="app">
<router-view></router-view>
</div>
</template>
<script>
import HelloWorld from './components/HelloWorld.vue'
export default {
name: 'App',
components: {
HelloWorld
},
mounted() {
setTimeout(() => {
window.L2Dwidget.init({
pluginRootPath: 'live2dw/',
pluginJsPath: 'lib/',
pluginModelPath: 'live2d-widget-model-hibiki/assets/',
tagMode: false,
debug: false,
model: { jsonPath: 'live2dw/live2d-widget-model-hibiki/assets/hibiki.model.json' },
display: { position: 'right', width: 250, height: 500 },
mobile: { show: true },
log: false
})
}, 1000)
},
}
</script>
<style>
#app {
font-family: Avenir, Helvetica, Arial, sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-align: center;
color: #2c3e50;
}
html,body{
/*cursor: pointer;*/
cursor: url('../public/img/2.png'),auto;
background: rgb(247, 247, 247);
font-family:monospace;
}
</style>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。