babel-plugin-transform-vue-jsx
Advanced tools
Comparing version 3.1.0 to 3.1.1
@@ -19,3 +19,3 @@ var makeMap = require('./make-map') | ||
var suffix = name.slice(prefixIndex + 1) | ||
var nestedProp = t.objectProperty(t.identifier(suffix), prop.value) | ||
var nestedProp = t.objectProperty(t.stringLiteral(suffix), prop.value) | ||
var nestedObject = currentNestedObjects[prefix] | ||
@@ -22,0 +22,0 @@ if (!nestedObject) { |
{ | ||
"name": "babel-plugin-transform-vue-jsx", | ||
"version": "3.1.0", | ||
"version": "3.1.1", | ||
"description": "Babel plugin for Vue 2.0 JSX", | ||
@@ -47,2 +47,3 @@ "main": "index.js", | ||
"eslint-config-vue": "^1.0.3", | ||
"eslint-plugin-html": "^1.5.2", | ||
"mocha": "^2.5.3", | ||
@@ -49,0 +50,0 @@ "vue": "^2.0.0-alpha.5", |
@@ -5,6 +5,2 @@ # babel-plugin-transform-vue-jsx [![CircleCI](https://img.shields.io/circleci/project/vuejs/babel-plugin-transform-vue-jsx.svg?maxAge=2592000)](https://circleci.com/gh/vuejs/babel-plugin-transform-vue-jsx) | ||
### Compatibility Notice | ||
Version ^3.0.0 works only with vue@^2.0.0-beta.7. | ||
### Requirements | ||
@@ -14,2 +10,4 @@ | ||
- This is mutually exclusive with `babel-plugin-transform-react-jsx`. | ||
### Usage | ||
@@ -16,0 +14,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
11843
13
164