Skip to content

Commit

Permalink
add object list view
Browse files Browse the repository at this point in the history
  • Loading branch information
hikipuro committed Oct 4, 2018
1 parent 4446e34 commit 8f24595
Show file tree
Hide file tree
Showing 17 changed files with 1,082 additions and 64 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -4,6 +4,7 @@ models
html/main.js
html/media
html/models
html/css/editor.css

# Logs
logs
Expand Down
7 changes: 2 additions & 5 deletions html/index.html
Expand Up @@ -3,16 +3,13 @@
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="css/Main.css">
<link rel="stylesheet" href="css/editor.css">
<script>
window.ELECTRON_DISABLE_SECURITY_WARNINGS = true;
</script>
<script src="main.js"></script>
</head>
<body>
<canvas id="canvas"></canvas>
<button id="b">Test</button>
<div id="editor">
<component :is="current"></component>
</div>
<div id="editor"></div>
</body>
</html>

0 comments on commit 8f24595

Please sign in to comment.