Skip to content

Commit bbccdcc

Browse files
author
Vue Play
committed
Stored by Vue Play
1 parent e130d1b commit bbccdcc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/views/Pricing.vue

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<template>
22
<div class="space-y-0 bg-slate-100 flex flex-col h-screen">
3-
<Meta
3+
<!--Meta
44
description="Try out the playground or use the full playground without any limitations."
55
title="Pricing"
66
>
7-
</Meta>
7+
</Meta-->
88
<VueNavigator class="z-10" />
99
<header>
1010
<h1 class="text-6xl mt-12 mb-6">
@@ -62,13 +62,13 @@
6262
import VueNavigator from "@/components/Navigator.vue";
6363
import Pricing from "@/components/Pricing.vue";
6464
import Footer from "@/components/Footer.vue";
65-
import Meta from "@/components/Meta.vue";
65+
//import Meta from "@/components/Meta.vue";
6666
export default {
6767
components: {
6868
VueNavigator,
6969
Pricing,
7070
Footer,
71-
Meta
71+
//Meta
7272
},
7373
data: () => ({}),
7474
methods: {
@@ -78,7 +78,7 @@
7878
},
7979
head() {
8080
return {
81-
title: 'Pricing',
81+
title: '2Pricing',
8282
titleTemplate: '%s | Health Tips',
8383
meta: [
8484
{ property: 'og:title', content: 'My Awesome Pricing' },

0 commit comments

Comments
 (0)