vue3-yuanma/packages/shared
Evan You 6eb3399311 fix(runtime-dom): fix patching for attributes starting with on
fix #949

BREAKING CHANGE: Only props starting with `on` followed by an uppercase
letter or a non-letter character are considered event listeners.
2020-04-10 11:57:07 -04:00
..
__tests__ refactor(ssr): move escapeHtml to shared 2020-02-02 22:08:20 -05:00
src fix(runtime-dom): fix patching for attributes starting with on 2020-04-10 11:57:07 -04:00
api-extractor.json build: make @vue/shared public 2020-02-29 22:04:42 -05:00
index.js build: make @vue/shared public 2020-02-29 22:04:42 -05:00
package.json release: v3.0.0-alpha.12 2020-04-08 18:59:49 -04:00
README.md chore: update @vue/shared readme [ci skip] 2020-02-29 22:05:41 -05:00

@vue/shared

Internal utility functions and constants shared across @vue packages.