@@ -28,50 +28,44 @@ The Pinia plugin to enable Object-Relational Mapping access to the Pinia Store.
2828Powerful Features
2929
3030#default
31- :: card
32- ---
33- icon: simple-icons: vuejs
34- title: Based on vuex-orm-next
35- description: 'If your used to vuex-orm you will get fast used to pinia-orm'
36- ---
31+ :: card { icon =simple-icons:vuejs }
32+ #title
33+ Based on vuex-orm-next
34+ #description
35+ If your used to vuex-orm you will get fast used to pinia-orm
3736 ::
38-
39- :: card
40- ---
41- icon: ph: floppy-disk
42- description: Package has been optimized to be around 10kb (gzip & minified)
43- title: Small
44- ---
37+
38+ :: card { icon =ph:floppy-disk }
39+ #title
40+ Small
41+ #description
42+ Package has been optimized to be around 10kb (gzip & minified)
4543 ::
4644
47- :: card
48- ---
49- icon: ph: file-ts
50- title: Type safe
51- description: Everything written in typescript
52- ---
45+ :: card { icon =ph:file-ts }
46+ #title
47+ Type safe
48+ #description
49+ Everything written in typescript
5350 ::
5451
55- :: card
56- ---
57- icon: simple-icons: nuxtdotjs
58- title: Nuxt support
59- description: With the nuxt package there is nuxt support out of the box
60- ---
52+ :: card { icon =simple-icons:nuxtdotjs }
53+ #title
54+ Nuxt support
55+ #description
56+ With the nuxt package there is nuxt support out of the box
6157 ::
6258
63- :: card
64- ---
65- icon: simple-icons: laravel
66- title: Laravel syntax
67- description: The methods naming of models & queries is oriented from laravel.
68- ---
59+ :: card { icon =simple-icons:laravel }
60+ #title
61+ Laravel syntax
62+ #description
63+ The methods naming of models & queries is oriented from laravel.
6964 ::
7065
71- :: card
72- ---
73- icon: fluent: arrow-split-16-regular
74- title: Bundle Splitting
75- description: Add only the code you need. Pinia ORM splits in different bundles like "decorators", "helpers", "casts", ...
76- ---
66+ :: card { icon =fluent:arrow-split-16-regular }
67+ #title
68+ Bundle Splitting
69+ #description
70+ Add only the code you need. Pinia ORM splits in different bundles like "decorators", "helpers", "casts", ...
7771 ::
0 commit comments