c219633ebf
Documentation update, and example idea and initial contribution by: Martin Bramwell <mhb.warehouseman@gmail.com> * Adds an example form and updates documentation to reflect curried function
12 lines
215 B
HTML
12 lines
215 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Vue Formulate Example</title>
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
<script src="/dist/build.js"></script>
|
|
</body>
|
|
</html>
|