mirror of
https://github.com/tenrok/vue-meta.git
synced 2026-06-23 00:30:33 +03:00
test: add e2e tests
fix: boolean attributes client side
This commit is contained in:
committed by
Alexander Lichter
parent
a853ce3de7
commit
05b8891110
Vendored
+16
@@ -0,0 +1,16 @@
|
||||
<template>
|
||||
<div>
|
||||
<h2>About</h2>
|
||||
<router-link to="/">Go to Home</router-link>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
metaInfo() {
|
||||
return {
|
||||
title: 'About'
|
||||
}
|
||||
}
|
||||
}
|
||||
</script>
|
||||
Reference in New Issue
Block a user