|
1 | 1 | <template>
|
2 | 2 | <div class="space-y-0 bg-slate-100 flex flex-col h-screen">
|
3 |
| - <!--Meta |
4 |
| - description="Try out the playground or use the full playground without any limitations." |
5 |
| - title="Pricing" |
6 |
| - > |
7 |
| - </Meta--> |
| 3 | + <!----> |
8 | 4 | <VueNavigator class="z-10" />
|
9 | 5 | <header>
|
10 |
| - <h1 class="text-6xl mt-12 mb-6"> |
11 |
| - Pricing |
12 |
| - </h1> |
| 6 | + <h1 class="text-6xl mt-12 mb-6">Pricings</h1> |
13 | 7 | </header>
|
14 | 8 | <main class="bg-slate-100 grow">
|
15 | 9 | <section
|
|
63 | 57 | import Pricing from "@/components/Pricing.vue";
|
64 | 58 | import Footer from "@/components/Footer.vue";
|
65 | 59 | //import Meta from "@/components/Meta.vue";
|
| 60 | + //import Meta from "@/components/Meta.vue"; |
| 61 | + //import Meta from "@/components/Meta.vue"; |
| 62 | + //import Meta from "@/components/Meta.vue"; |
66 | 63 | export default {
|
67 | 64 | components: {
|
68 | 65 | VueNavigator,
|
69 | 66 | Pricing,
|
70 |
| - Footer, |
| 67 | + Footer |
71 | 68 | //Meta
|
72 | 69 | },
|
73 | 70 | data: () => ({}),
|
|
80 | 77 | return {
|
81 | 78 | title: '2Pricing',
|
82 | 79 | titleTemplate: '%s | Health Tips',
|
83 |
| - meta: [ |
84 |
| - { property: 'og:title', content: 'My Awesome Pricing' }, |
85 |
| - { property: 'og:description', content: 'This is an amazing website!' }, |
86 |
| - { property: 'og:image', content: 'https://example.com/image.jpg' }, |
87 |
| - { property: 'og:url', content: 'https://example.com/page' }, |
88 |
| - { property: 'og:type', content: 'website' }, |
89 |
| - { name: 'twitter:card', content: 'summary_large_image' }, |
90 |
| - { name: 'twitter:title', content: 'My Awesome Page' }, |
91 |
| - { name: 'twitter:description', content: 'This is an amazing website!' }, |
92 |
| - { name: 'twitter:image', content: 'https://example.com/image.jpg' } |
93 |
| - ] |
94 |
| - } |
| 80 | + meta: [{ |
| 81 | + property: 'og:title', |
| 82 | + content: 'My Awesome Pricing' |
| 83 | + }, { |
| 84 | + property: 'og:description', |
| 85 | + content: 'This is an amazing website!' |
| 86 | + }, { |
| 87 | + property: 'og:image', |
| 88 | + content: 'https://example.com/image.jpg' |
| 89 | + }, { |
| 90 | + property: 'og:url', |
| 91 | + content: 'https://example.com/page' |
| 92 | + }, { |
| 93 | + property: 'og:type', |
| 94 | + content: 'website' |
| 95 | + }, { |
| 96 | + name: 'twitter:card', |
| 97 | + content: 'summary_large_image' |
| 98 | + }, { |
| 99 | + name: 'twitter:title', |
| 100 | + content: 'My Awesome Page' |
| 101 | + }, { |
| 102 | + name: 'twitter:description', |
| 103 | + content: 'This is an amazing website!' |
| 104 | + }, { |
| 105 | + name: 'twitter:image', |
| 106 | + content: 'https://example.com/image.jpg' |
| 107 | + }] |
| 108 | + }; |
95 | 109 | }
|
96 | 110 | };
|
97 | 111 |
|
|
0 commit comments