提交 ea70ced6 编写于 作者: 黛琳ghz's avatar 黛琳ghz

1

上级 2ffaa0d3
...@@ -5,6 +5,6 @@ apps: ...@@ -5,6 +5,6 @@ apps:
run: npm i && npm run dev # 应用的启动命 run: npm i && npm run dev # 应用的启动命
command: # 使用此命令启动服务,且不执行run command: # 使用此命令启动服务,且不执行run
root: ./ # 应用的启动目录 root: ./ # 应用的启动目录
name: 2048 # 应用名称 name: Vue计算器 # 应用名称
description: 我的第一个 App。 # 应用描述 description: 我的第一个 App。 # 应用描述
autoOpen: true # 打开工作空间时是否自动开启预览(优先级高于根级 autoOpen autoOpen: true # 打开工作空间时是否自动开启预览(优先级高于根级 autoOpen
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="../utils/main.css"> <link rel="stylesheet" href="../utils/main.css">
<script src="../utils/vue3.0.js"></script> <script src="../utils/vue3.0.js"></script>
<title>Document</title> <title>Vue计算器</title>
</head> </head>
<body> <body>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册