UNPKG

vicowa-web-components

Version:
2 lines 554 B
import{WebComponentBaseClass as t}from"/third_party/web-component-base-class/dist/web-component-base-class.js";import a from"../utilities/translate.js";window.customElements.define("vicowa-translate",class VicowaTranslate extends t{constructor(){super()}static get properties(){return{translationLocation:{type:String,value:"",reflectToAttribute:!0,observer:t=>{a.addTranslationLocation(t.translationLocation)}}}}attached(){a.addTranslationLocation(this.translationLocation)}static get template(){return""}}); //# sourceMappingURL=vicowa-translate.js.map