Update src/compiler/compile/nodes/Attribute.ts

pull/6110/head
Térence Hollander 6 years ago committed by GitHub
parent de5b1a1498
commit 0fd2397afd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -96,7 +96,7 @@ export default class Attribute extends Node {
} }
get_static_value() { get_static_value() {
if (this.is_spread || !this.is_static) return null; if (!this.is_static) return null;
return this.is_true return this.is_true
? true ? true

Loading…
Cancel
Save