File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
<template >
2
2
<div class =" space-y-0 bg-slate-100 flex flex-col h-screen" >
3
- <Meta
3
+ <!-- Meta
4
4
description="Try out the playground or use the full playground without any limitations."
5
5
title="Pricing"
6
6
>
7
- </Meta >
7
+ </Meta-- >
8
8
<VueNavigator class =" z-10" />
9
9
<header >
10
10
<h1 class =" text-6xl mt-12 mb-6" >
62
62
import VueNavigator from " @/components/Navigator.vue" ;
63
63
import Pricing from " @/components/Pricing.vue" ;
64
64
import Footer from " @/components/Footer.vue" ;
65
- import Meta from " @/components/Meta.vue" ;
65
+ // import Meta from "@/components/Meta.vue";
66
66
export default {
67
67
components: {
68
68
VueNavigator,
69
69
Pricing,
70
70
Footer,
71
- Meta
71
+ // Meta
72
72
},
73
73
data : () => ({}),
74
74
methods: {
78
78
},
79
79
head () {
80
80
return {
81
- title: ' Pricing ' ,
81
+ title: ' 2Pricing ' ,
82
82
titleTemplate: ' %s | Health Tips' ,
83
83
meta: [
84
84
{ property: ' og:title' , content: ' My Awesome Pricing' },
You can’t perform that action at this time.
0 commit comments