@@ -33,7 +33,7 @@
export default {
methods: {
doPasswordlli(password) {
- if (window.lli) {
+ if (window.lli && this.$ownerInstance) {
this.$ownerInstance.callMethod('getPassword', window.lli.encode(password))
}