mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-24 21:59:12 +08:00
33 lines
657 B
HTML
33 lines
657 B
HTML
<html>
|
|
|
|
<head>
|
|
<!--
|
|
required editor styles
|
|
-->
|
|
<link rel="stylesheet" href="css/form-js.css">
|
|
<link rel="stylesheet" href="css/form-js-editor.css">
|
|
<link rel="stylesheet" href="css/dragula.css">
|
|
<script src="/js/vue/vue.min.js"></script>
|
|
<script src="/js/vue/vue-resource.min.js"></script>
|
|
<style>
|
|
body,
|
|
html {
|
|
margin: 0;
|
|
padding: 0;
|
|
font-family: sans-serif;
|
|
}
|
|
|
|
#form {
|
|
max-width: 100%;
|
|
}
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
<div id="form"></div>
|
|
<script src="js/form-editor.umd.js"></script>
|
|
<script src="/vcCore/vcFramework.js"></script>
|
|
<script src="editor.js"></script>
|
|
</body>
|
|
|
|
</html> |