代码拉取完成,页面将自动刷新
<!DOCTYPE html>
<html>
<head>
<title>DataV</title>
<script type="importmap">
{
"imports": {
"vue": "https://unpkg.com/vue@3/dist/vue.esm-browser.js"
}
}
</script>
<!--Debug version-->
<link rel="stylesheet" href="./lib/css/index.css" />
<!--调试版-->
<script src="./lib/index.umd.js"></script>
<!--Compression version-->
<!--压缩版-->
<!-- <script src="https://unpkg.com/@jiaminghi/data-view/dist/datav.min.vue.js"></script> -->
<style>
html,
body,
#app {
width: 100%;
height: 100%;
margin: 0px;
padding: 0px;
background-color: #081325;
background-image: url(./public/bg.png);
}
.border-box-content {
color: rgb(66, 185, 131);
font-size: 40px;
font-weight: bold;
display: flex;
justify-content: center;
align-items: center;
}
</style>
</head>
<body>
<div id="app">
<BorderBox1>
<div class="ds-digital">Welcome to Cool Data</div></BorderBox1
>
</div>
<script type="module">
import { createApp } from 'vue'
createApp({
data() {
return {
message: 'Hello Vue!'
}
}
}).mount('#app')
</script>
</body>
</html>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。