diff --git a/src/components.d.ts b/src/components.d.ts index b9def46..ce61cdd 100644 --- a/src/components.d.ts +++ b/src/components.d.ts @@ -17,6 +17,7 @@ declare module 'vue' { SFullPage: typeof import('./components/s-full-page/index.vue')['default'] SInternalLinkPage: typeof import('./components/s-internal-link-page/index.vue')['default'] SLangProvider: typeof import('./components/s-lang-provider/index.vue')['default'] + SLayoutTools: typeof import('./components/s-layout-tools/index.vue')['default'] SMainTransition: typeof import('./components/s-main-transition/index.vue')['default'] SPinyinPro: typeof import('./components/s-pinyin-pro/index.vue')['default'] SQrcodeDraw: typeof import('./components/s-qrcode-draw/index.vue')['default'] diff --git a/src/components/s-layout-tools/index.vue b/src/components/s-layout-tools/index.vue new file mode 100644 index 0000000..bb9622f --- /dev/null +++ b/src/components/s-layout-tools/index.vue @@ -0,0 +1,20 @@ + + + + + diff --git a/src/views/component/common-layouts/head-page.vue b/src/views/component/common-layouts/head-page.vue new file mode 100644 index 0000000..3b71ab9 --- /dev/null +++ b/src/views/component/common-layouts/head-page.vue @@ -0,0 +1,163 @@ + + + + + diff --git a/src/views/component/common-layouts/index.vue b/src/views/component/common-layouts/index.vue index e8f5a84..164d44c 100644 --- a/src/views/component/common-layouts/index.vue +++ b/src/views/component/common-layouts/index.vue @@ -2,13 +2,16 @@ @@ -17,13 +20,20 @@