mirror of
https://github.com/bakateam/merakiui.git
synced 2025-12-08 22:53:24 +00:00
update pricing section
This commit is contained in:
@@ -113,7 +113,7 @@ import SectionsFeature from "./ui/Sections/Feature";
|
|||||||
import SectionsOurTeam from "./ui/Sections/OurTeam";
|
import SectionsOurTeam from "./ui/Sections/OurTeam";
|
||||||
import SectionsParagraphWithImage from "./ui/Sections/ParagraphWithImage";
|
import SectionsParagraphWithImage from "./ui/Sections/ParagraphWithImage";
|
||||||
// Pricing
|
// Pricing
|
||||||
import PricingsSimple from "./ui//Pricings/Simple";
|
import PricingSimple from "./ui//Pricing/Simple";
|
||||||
// paginations
|
// paginations
|
||||||
import PaginationsSimple from "./ui/Paginations/Simple";
|
import PaginationsSimple from "./ui/Paginations/Simple";
|
||||||
// Footers
|
// Footers
|
||||||
@@ -173,7 +173,7 @@ export default {
|
|||||||
SectionsFeature,
|
SectionsFeature,
|
||||||
SectionsOurTeam,
|
SectionsOurTeam,
|
||||||
SectionsParagraphWithImage,
|
SectionsParagraphWithImage,
|
||||||
PricingsSimple,
|
PricingSimple,
|
||||||
PaginationsSimple,
|
PaginationsSimple,
|
||||||
FootersSimple,
|
FootersSimple,
|
||||||
FootersWithDetails,
|
FootersWithDetails,
|
||||||
@@ -183,8 +183,7 @@ export default {
|
|||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
categories: [],
|
categories: [],
|
||||||
// searchText: "Alerts",
|
searchText: "Alerts",
|
||||||
searchText: "Pricings",
|
|
||||||
component: new Component(),
|
component: new Component(),
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -90,7 +90,7 @@ export default [
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "Pricings",
|
name: "Pricing",
|
||||||
components: [{ name: "Simple" }],
|
components: [{ name: "Simple" }],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user