osmanli-yatirim 0.4.12 → 0.4.13

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.
Files changed (2) hide show
  1. package/README.md +23 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -53,6 +53,7 @@ NPM modülüne dönüştürülmüş olan componentleri aşağıdaki isimleriyle
53
53
  <bono-extract />
54
54
  <fund-extract />
55
55
  <fund-filters />
56
+ <fund-portfolio />
56
57
  <cuopon-redemption-extract />
57
58
  </template>
58
59
  ```
@@ -298,6 +299,28 @@ Component'lerin detaylı kullanımlarına aşağıdan ulaşabilirsiniz.
298
299
  ```
299
300
  ---
300
301
 
302
+ #### Fon - Fon Portfolio
303
+ `/e-sube/Funds/` klasörlerini oluşturun ve içerisine `FundPortfolio.vue` adında bir dosya oluşturun. İçerisine aşağıdaki şekilde component register işlemi yapın.
304
+
305
+ ```
306
+ <template>
307
+ <fund-portfolio />
308
+ </template>
309
+ ```
310
+
311
+ #### router.js
312
+ ```
313
+ {
314
+ path: "/fon/fon-portfoyum",
315
+ name: "FundsPortfolio",
316
+ component: () => import("@/views/e-sube/Funds/FundPortfolio.vue"),
317
+ meta: {
318
+ requiresAuth: true
319
+ }
320
+ }
321
+ ```
322
+ ---
323
+
301
324
  #### Halka Arz - Talep Anasayfa
302
325
 
303
326
  `/views/e-sube/PublicOffers/` klasörlerini oluşturun ve içerisine `PublicOfferingHomePage.vue` adında bir dosya oluşturun. İçerisine aşağıdaki şekilde component register işlemi yapın.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "osmanli-yatirim",
3
- "version": "0.4.12",
3
+ "version": "0.4.13",
4
4
  "private": false,
5
5
  "main": "./dist/OsmanliYatirimPackage.umd.min.js",
6
6
  "files": [