mirror of
https://github.com/Ssl1S/json-schema-editor-vue.git
synced 2025-12-30 01:37:55 +08:00
11 lines
240 B
HTML
11 lines
240 B
HTML
<meta charset="utf-8">
|
|
<title>json-schema-editor-vue demo</title>
|
|
<script src="./json-schema-editor-vue.umd.js"></script>
|
|
|
|
<link rel="stylesheet" href="./json-schema-editor-vue.css">
|
|
|
|
|
|
<script>
|
|
console.log(json-schema-editor-vue)
|
|
</script>
|