Skip to content

Releases: ijusplab/vue-cli-plugin-gas

v2.2.1

19 May 14:42
Compare
Choose a tag to compare

🔧 Bug Fixes

  • Runtime error due to a mistake in sample code. (9889171)

v2.2.0

19 May 13:22
Compare
Choose a tag to compare

💀Breaking Changes

  • Delete Adding Vue global methods(log, errorHandler, callibraryMethod). (02e76e1)

🚀 Features

  • Support for Vue v3. But not support Composition API. (05eedc9)
  • Support for Vue Devtools. (d122c02, 7043c99)
  • In development, you can set mock data for server-side function. (#6)

😄Others