1 Star 6 Fork 5

Layui Vue/sandbox-vue

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
index.html 818 Bytes
一键复制 编辑 原始数据 按行查看 历史
sight 提交于 2022-02-13 10:51 +08:00 . fix: 优化分享逻辑, 修复移动端分享功能
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- card start -->
<meta itemprop="name" content="layui-vue playground">
<meta name="description" itemprop="description" content="来自layui-vue playground的分享">
<meta itemprop="image" content="我是图片链接">
<!-- card end -->
<link rel="icon" type="image/svg" href="/logo.svg" />
<title>Layui Vue Playground</title>
<script>
// process shim for old versions of @vue/compiler-sfc dependency
window.process = { env: {} };
</script>
<script type="module" src="./src/main.ts"></script>
</head>
<body>
<div id="app"></div>
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/layui-vue/sandbox-vue.git
git@gitee.com:layui-vue/sandbox-vue.git
layui-vue
sandbox-vue
sandbox-vue
master

搜索帮助