Skip to content

yuwu9145/vue-jsx-slot-demo

Repository files navigation

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

Steps to reproduce

  1. Load the project npm run dev
  2. Type something into the input box
  3. Inspect console log

Result

Both App and Test components re-rendered, as "Test Updated!" & "App Updated!" are printed out.

However, if go to src/App.tsx and comment out line 20, only App component is updated (only "Wrapper Updated!" is printed), which is expected.

Expect result

"Test Updated!" should never be printed in console log in either case

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published