wip: progress

This commit is contained in:
Evan You
2021-04-05 18:13:29 -04:00
parent 40e3dd28e1
commit 53b8127a9c
10 changed files with 341 additions and 256 deletions

View File

@@ -78,7 +78,7 @@ export const createApp = ((...args) => {
for (let i = 0; i < container.attributes.length; i++) {
const attr = container.attributes[i]
if (attr.name !== 'v-cloak' && /^(v-|:|@)/.test(attr.name)) {
warnDeprecation(DeprecationTypes.DOM_TEMPLATE_MOUNT)
warnDeprecation(DeprecationTypes.GLOBAL_DOM_TEMPLATE_MOUNT)
break
}
}