Comparing version 1.0.0 to 1.0.1
import om from './trackEvent' | ||
module.exports = Behavior({ | ||
exports.omegaBehavior = Behavior({ | ||
behaviors: [], | ||
@@ -58,2 +58,2 @@ properties: { | ||
exports.trackEvent = om.trackEvent |
{ | ||
"name": "aaomega", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "3. Example app.mpx ```html <script> // 在app中不管使不使用,都必须要在app.mpx中先引入Omega import Omega from 'omega'; // app.js App({ onLaunch: function () { Omega.setConfig({ appId: 'wx7292c1899397867c', uniqueId: 'XXXXXXXXXXXXXXXX' }); // Your code ... } }); </script> ``` page.mpx ```html <script> import Omega from 'omega';", | ||
@@ -5,0 +5,0 @@ "main": "Omega.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
2790
68