You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

16 lines
652 B

<!DOCTYPE html>
<html>
<head>
<title><%= htmlWebpackPlugin.options.title %></title>
<script src="https://kit.fontawesome.com/bc96869e8a.js" crossorigin="anonymous"></script>
</head>
<body>
<div id="vue-app">
<filing-uploader
:form-types="[{&#39;doc_type&#39;: &#39;MC&#39;, &#39;party_code&#39;: 0}, {&#39;doc_type&#39;: &#39;AFTL&#39;, &#39;party_code&#39;: 0}, {&#39;doc_type&#39;: &#39;EFSS1&#39;, &#39;party_code&#39;: 1}, {&#39;doc_type&#39;: &#39;RDP&#39;, &#39;party_code&#39;: 0}]"
proxy-root-path="/">
</filing-uploader>
</div>
<!-- built files will be auto injected -->
</body>
</html>