@feedmepos/mf-financing 0.0.3 → 0.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,14 @@
1
+ import { openBlock as r, createElementBlock as s } from "vue";
2
+ const a = (t, e) => {
3
+ const c = t.__vccOpts || t;
4
+ for (const [n, o] of e)
5
+ c[n] = o;
6
+ return c;
7
+ }, _ = {};
8
+ function l(t, e) {
9
+ return r(), s("p", null, "just a testing what");
10
+ }
11
+ const f = /* @__PURE__ */ a(_, [["render", l]]);
12
+ export {
13
+ f as default
14
+ };
package/dist/app.d.ts CHANGED
@@ -3,10 +3,20 @@ import { routes } from "./router";
3
3
  export type AppMessagesSchema = typeof enUS;
4
4
  export declare const i18nMessages: {
5
5
  "en-US": {
6
- financing: {};
6
+ financing: {
7
+ title: string;
8
+ routes: {
9
+ application: string;
10
+ };
11
+ };
7
12
  };
8
13
  "zh-CN": {
9
- financing: {};
14
+ financing: {
15
+ title: string;
16
+ routes: {
17
+ application: string;
18
+ };
19
+ };
10
20
  };
11
21
  };
12
22
  export { routes };