UNPKG

element-auto-form

Version:

Create automatic forms with element and json-shema (extended).

25 lines 724 B
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Demo element-auto-form</title> <script src="https://cdnjs.cloudflare.com/ajax/libs/vue/2.5.17/vue.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/element-ui/2.4.7/index.js"></script> <link href="https://cdnjs.cloudflare.com/ajax/libs/element-ui/2.4.7/theme-chalk/index.css" rel="stylesheet" /> <style> body { margin: 1em; padding: 0; background-color: #FFF; color: #333; } </style> </head> <body> <h1>Demo element-auto-form.</h1> <div id="app"> </div> <script src="./dist/index.js"></script> <script src="index.js"></script> </body> </html>