Commit 9c3afbab authored by 曾沂轮's avatar 曾沂轮

Fix: 修复引用和模板默认值

parent 66fd4970
......@@ -19,7 +19,7 @@ module.exports = {
type: 'string',
required: false,
message: 'Project description',
default: 'A vuejs project',
default: 'A smart3d Project',
},
author: {
type: 'string',
......
......@@ -9,5 +9,8 @@
</head>
<body>
<app-root></app-root>
<script src="./assets/cesium/Cesium.js"></script>
<script src="./assets/smart3d/smart3d.js"></script>
</body>
</html>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment