site: fix site on mobile (#597)

Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
This commit is contained in:
Bobby DeSimone 2020-04-09 10:56:39 -07:00 committed by GitHub
parent 8111a3d1b5
commit ad56322c7e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
31 changed files with 233 additions and 2324 deletions

View file

@ -109,7 +109,7 @@
</template>
<script>
import NavLink from "@theme/components/NavLink.vue";
import NavLink from "@parent-theme/components/NavLink.vue";
export default {
components: { NavLink },
@ -122,10 +122,10 @@ export default {
actionLink() {
return {
link: this.data.actionLink,
text: this.data.actionText
text: this.data.actionText,
};
}
}
},
},
};
</script>