UNPKG
vue-trustpilot
Version:
latest (0.2.2)
0.2.2
0.2.1
0.2.0
0.1.3
0.1.2
0.1.1
0.1.0
Plugin to add Trustpilot widgets to Vue projects.
github.com/jhta/vue-trustpilot
jhta/vue-trustpilot
vue-trustpilot
/
plugin.js
9 lines
(5 loc)
•
182 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
import
Vue
from
'vue'
import
TrustpilotPlugin
from
'vue-trustpilot'
/** eslint-disable */
const
config = <%=
JSON
.
stringify
(options,
null
,
2
) %>
Vue
.
use
(
TrustpilotPlugin
, config)