Lines Matching full:components
3 Single-file components (SFC) consist of a `template`, `script` and `style`
8 When creating a new page, each template consists of at least 3 components:
14 Learn more about the [page title](/guide/components/page-title)and
15 [page section](/guide/components/page-section) components.
31 components and declare them in the `components` property.
38 import PageTitle from "@/components/Global/PageTitle";
39 import PageSection from "@/components/Global/PageSection";
42 components: { PageTitle, PageSection },
71 import PageTitle from "@/components/Global/PageTitle";
72 import PageSection from "@/components/Global/PageSection";
75 components: { PageTitle, PageSection },