puto-framework
puto-framework copied to clipboard
Vue nude HTML framework powered by putoness
Proposed props: - Current page (v-model) - Total pages Proposed events: - Change - Input (updates the v-model) Partial implementation (would be great if you continued the work): https://github.com/vuejs-norte/puto-framework/pull/21
* Tell more about the framework on the README (see #16) * Put our logo centered on top * Attribute the framework to VueJS Norte organization (with image) * Reference...
 Our storybook Render component outputs ugly HTML.
Proposed props - v-model (current item) - Items Proposed events - Input (v-model) - Change
Proposed props - Title (could be a slot) - Body (could be a slot, default) - Footer (could be a slot)
Bumps [vue](https://github.com/vuejs/core) from 2.6.10 to 3.0.0. Changelog Sourced from vue's changelog. 3.0.0 (2020-09-18) 3.0.0-rc.13 (2020-09-18) Bug Fixes hmr: make hmr working with class components (#2144) (422f05e) reactivity: avoid length mutating...