chore: alinhar projeto às regras do agent
This commit is contained in:
parent
86d451efa1
commit
51a48eee70
36 changed files with 485 additions and 208 deletions
|
|
@ -1,3 +0,0 @@
|
|||
declare const __VLS_export: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
||||
declare const _default: typeof __VLS_export;
|
||||
export default _default;
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
import EliOlaMundo from './EliOlaMundo.vue';
|
||||
export { EliOlaMundo };
|
||||
export default EliOlaMundo;
|
||||
7
dist/types/index.d.ts
vendored
7
dist/types/index.d.ts
vendored
|
|
@ -1,7 +0,0 @@
|
|||
import type { App } from "vue";
|
||||
import { EliOlaMundo } from './componentes/EliOlaMundo';
|
||||
export { EliOlaMundo };
|
||||
declare const _default: {
|
||||
install(app: App): void;
|
||||
};
|
||||
export default _default;
|
||||
Loading…
Add table
Add a link
Reference in a new issue