@egoist/vue-to-react
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -18,5 +18,5 @@ import React from 'react'; | ||
}); | ||
return React.createElement('div', { | ||
return React.createElement('div', null, React.createElement('div', { | ||
ref: el | ||
}); | ||
})); | ||
}; | ||
@@ -23,0 +23,0 @@ }); |
@@ -22,5 +22,5 @@ 'use strict'; | ||
}); | ||
return React.createElement('div', { | ||
return React.createElement('div', null, React.createElement('div', { | ||
ref: el | ||
}); | ||
})); | ||
}; | ||
@@ -27,0 +27,0 @@ }); |
{ | ||
"name": "@egoist/vue-to-react", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Turn a Vue component into a React component.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
5517