SimDdong
SimDdong
**Tell us about your environment:** * Puppeteer version: 2.1.1 * Platform / OS version: Docker / node:12.16.1-alpine * URLs (if applicable): None * Node.js version: v12.16.1 **What steps will reproduce...
https://github.com/nodejs/node-addon-examples/blob/ed36ba2d8512d73c7171b9537c96a63bc34e9831/src/1-getting-started/7_factory_wrap/node-addon-api/myobject.cc#L24-L28 https://github.com/nodejs/node-addon-examples/blob/ed36ba2d8512d73c7171b9537c96a63bc34e9831/src/1-getting-started/6_object_wrap/node-addon-api/myobject.cc#L46-L58 I'm Newby, who just got into NAPI. In the above two codes, methods are create and return the object. I wonder why only the return value in `NewInstance`...
 Is it possible to route multiple vue apps? If the first vue routes, then the second vue routes too?