init component
This commit is contained in:
5
node_modules/buetify/lib/components/layout/hero/BHero.d.ts
generated
vendored
Executable file
5
node_modules/buetify/lib/components/layout/hero/BHero.d.ts
generated
vendored
Executable file
@@ -0,0 +1,5 @@
|
||||
import './hero.sass';
|
||||
declare const _default: import("vue").FunctionalComponent<{
|
||||
tag?: string | undefined;
|
||||
}, {}>;
|
||||
export default _default;
|
||||
4
node_modules/buetify/lib/components/layout/hero/BHero.js
generated
vendored
Executable file
4
node_modules/buetify/lib/components/layout/hero/BHero.js
generated
vendored
Executable file
@@ -0,0 +1,4 @@
|
||||
import "../../../../src/components/layout/hero/hero.sass";
|
||||
import { getSimpleFunctionalComponent } from '../../../utils/getSimpleFunctionalComponent';
|
||||
export default getSimpleFunctionalComponent('hero', 'section');
|
||||
//# sourceMappingURL=BHero.js.map
|
||||
1
node_modules/buetify/lib/components/layout/hero/BHero.js.map
generated
vendored
Executable file
1
node_modules/buetify/lib/components/layout/hero/BHero.js.map
generated
vendored
Executable file
@@ -0,0 +1 @@
|
||||
{"version":3,"sources":["../../../../src/components/layout/hero/BHero.ts"],"names":[],"mappings":"AAAA,OAAO,kDAAP;AACA,SAAS,4BAAT,QAA6C,6CAA7C;AAEA,eAAe,4BAA4B,CAAC,MAAD,EAAS,SAAT,CAA3C","sourcesContent":["import './hero.sass';\nimport { getSimpleFunctionalComponent } from '../../../utils/getSimpleFunctionalComponent';\n\nexport default getSimpleFunctionalComponent('hero', 'section');\n"],"sourceRoot":"","file":"BHero.js"}
|
||||
4
node_modules/buetify/lib/components/layout/hero/BHeroBody.d.ts
generated
vendored
Executable file
4
node_modules/buetify/lib/components/layout/hero/BHeroBody.d.ts
generated
vendored
Executable file
@@ -0,0 +1,4 @@
|
||||
declare const _default: import("vue").FunctionalComponent<{
|
||||
tag?: string | undefined;
|
||||
}, {}>;
|
||||
export default _default;
|
||||
3
node_modules/buetify/lib/components/layout/hero/BHeroBody.js
generated
vendored
Executable file
3
node_modules/buetify/lib/components/layout/hero/BHeroBody.js
generated
vendored
Executable file
@@ -0,0 +1,3 @@
|
||||
import { getSimpleFunctionalComponent } from '../../../utils/getSimpleFunctionalComponent';
|
||||
export default getSimpleFunctionalComponent('hero-body', 'div');
|
||||
//# sourceMappingURL=BHeroBody.js.map
|
||||
1
node_modules/buetify/lib/components/layout/hero/BHeroBody.js.map
generated
vendored
Executable file
1
node_modules/buetify/lib/components/layout/hero/BHeroBody.js.map
generated
vendored
Executable file
@@ -0,0 +1 @@
|
||||
{"version":3,"sources":["../../../../src/components/layout/hero/BHeroBody.ts"],"names":[],"mappings":"AAAA,SAAS,4BAAT,QAA6C,6CAA7C;AAEA,eAAe,4BAA4B,CAAC,WAAD,EAAc,KAAd,CAA3C","sourcesContent":["import { getSimpleFunctionalComponent } from '../../../utils/getSimpleFunctionalComponent';\n\nexport default getSimpleFunctionalComponent('hero-body', 'div');\n"],"sourceRoot":"","file":"BHeroBody.js"}
|
||||
3
node_modules/buetify/lib/components/layout/hero/index.d.ts
generated
vendored
Executable file
3
node_modules/buetify/lib/components/layout/hero/index.d.ts
generated
vendored
Executable file
@@ -0,0 +1,3 @@
|
||||
import BHero from './BHero';
|
||||
import BHeroBody from './BHeroBody';
|
||||
export { BHero, BHeroBody };
|
||||
4
node_modules/buetify/lib/components/layout/hero/index.js
generated
vendored
Executable file
4
node_modules/buetify/lib/components/layout/hero/index.js
generated
vendored
Executable file
@@ -0,0 +1,4 @@
|
||||
import BHero from './BHero';
|
||||
import BHeroBody from './BHeroBody';
|
||||
export { BHero, BHeroBody };
|
||||
//# sourceMappingURL=index.js.map
|
||||
1
node_modules/buetify/lib/components/layout/hero/index.js.map
generated
vendored
Executable file
1
node_modules/buetify/lib/components/layout/hero/index.js.map
generated
vendored
Executable file
@@ -0,0 +1 @@
|
||||
{"version":3,"sources":["../../../../src/components/layout/hero/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAP,MAAkB,SAAlB;AACA,OAAO,SAAP,MAAsB,aAAtB;AAEA,SAAS,KAAT,EAAgB,SAAhB","sourcesContent":["import BHero from './BHero';\nimport BHeroBody from './BHeroBody';\n\nexport { BHero, BHeroBody };\n"],"sourceRoot":"","file":"index.js"}
|
||||
Reference in New Issue
Block a user