1 Star 0 Fork 0

梦℃Style/cool-data

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
test.html 1.31 KB
一键复制 编辑 原始数据 按行查看 历史
梦℃Style 提交于 2022-04-11 11:00 +08:00 . change vue3 default
<!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>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/harbin_kuchuang_network_wz666s/cool-data.git
git@gitee.com:harbin_kuchuang_network_wz666s/cool-data.git
harbin_kuchuang_network_wz666s
cool-data
cool-data
main

搜索帮助