8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad68b50 commit af5ed03Copy full SHA for af5ed03
platform/nativescript/compiler/modules/for.js
@@ -6,7 +6,7 @@ import { warn } from 'core/util/debug'
6
function preTransformNode(el) {
7
let vfor
8
9
- if (normalizeElementName(el.tag) === 'listview') {
+ if (normalizeElementName(el.tag) === 'nativelistview') {
10
vfor = getAndRemoveAttr(el, 'v-for')
11
delete el.attrsMap['v-for']
12
if (process.env.NODE_ENV !== 'production' && vfor) {
0 commit comments