vue3-yuanma/packages/compiler-core
Evan You b0d01e9db9 dx(compiler-core): warn on <template v-for> key misplacement
Note: the behavior is different from Vue 2. `<template v-for>` are compiled
into an array of Fragment vnodes so the key should be placed the `<template>`
for v-for to use it for diffing.
2020-08-04 12:20:32 -04:00
..
__tests__ dx(compiler-core): warn on <template v-for> key misplacement 2020-08-04 12:20:32 -04:00
src dx(compiler-core): warn on <template v-for> key misplacement 2020-08-04 12:20:32 -04:00
api-extractor.json refactor(types): mark internal API exports and exclude from d.ts 2020-04-30 17:04:35 -04:00
index.js refactor: rename packages 2018-10-26 15:44:50 -04:00
LICENSE chore: license 2019-10-28 11:15:17 -04:00
package.json release: v3.0.0-rc.5 2020-07-28 17:42:05 -04:00
README.md refactor: rename packages 2018-10-26 15:44:50 -04:00

@vue/compiler-core