# weforms/1.4.3/assets/spa/components/weforms-premium/index.js

weForms – Easy Drag &amp; Drop Contact Form Builder For WordPress, version 1.4.3. 8 lines.

- Page: https://pluginprobe.com/plugins/weforms/1.4.3/code/assets/spa/components/weforms-premium/index.js
- Raw: https://pluginprobe.com/plugins/weforms/1.4.3/raw/assets/spa/components/weforms-premium/index.js
- Modified: 2019-11-18T04:29:52+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/weforms/1.4.3/code/assets/spa/components/weforms-premium/index.js#L10-L20`.

```javascript
weForms.routeComponents.Premium = {
    template: '#tmpl-wpuf-weforms-premium',
    data: function(){
    	return {
    		showModal: false,
    	};
    }
};
```
