vue-cli-plugin-vue-next icon indicating copy to clipboard operation
vue-cli-plugin-vue-next copied to clipboard

Apply more rules

Open ygj6 opened this issue 3 years ago • 1 comments

  • add emits declaration
  • add deep option for watch
  • remove event native; add transition from
  • implement tree-shaking api
  • rename deprecated lifecycle
  • split app mount expression createApp().mount() => app=createApp();app.mount()
  • adapt global filters

ygj6 avatar May 17 '21 12:05 ygj6