vue3-yuanma/packages/shared
2020-02-21 13:10:13 +01:00
..
__tests__ refactor(ssr): move escapeHtml to shared 2020-02-02 22:08:20 -05:00
src fix(compiler-dom): properly stringify class/style bindings when hoisting static strings 2020-02-21 13:10:13 +01:00
package.json release: v3.0.0-alpha.5 2020-02-18 15:00:55 -05:00
README.md chore: avoid object.freeze in prod 2019-09-17 16:23:29 -04:00

@vue/shared

Utility functions and constants shared across packages. This package itself is private and never published. It is inlined into other packages during build - rollup's tree-shaking ensures that only functions used by the importing package are included.