Thu Apr 27 08:37:00 UTC 2023 inscode

上级 3730ab73
......@@ -13,3 +13,10 @@
<script src="snake.js"></script>
</body>
</html>
import Vue from 'vue'
import App from './App.vue'
new Vue({
el: '#app',
render: h => h(App)
})
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册