Untitled

 avatar
unknown
plain_text
6 months ago
140 B
4
Indexable
    goToHome() {
      if (this.textCautare) {
        this.$router.push({ path: '/', query: { search: this.textCautare } });
      }
    },
Editor is loading...
Leave a Comment