Skip to content

Releases: VuePlusOrg/vue3-base

v1.1.3

06 Feb 03:28
Compare
Choose a tag to compare

Bug Fixes

  • app-sider: fix the problem that Sider with submenus renders abnormally (90218db)

v1.1.2

18 Jan 09:20
Compare
Choose a tag to compare

Features

  • index.html & app.vue: added a global loading pop-up window before the resource file is loaded (9c76140)

v1.1.1

03 Jan 09:36
Compare
Choose a tag to compare

2023-01-03

Bug Fixes

  • vite.config.ts: fix the problem that the type of visualizer plugin passed in is wrong (660b0cb)

Features

  • .husky: added commit message format check and pre-commit code lint check (7bd0c7f)
  • app-sider: added sider support for internationalization (eeac43a)
  • tsconfig.app.json: added TypeScript support for ts files and tsx files (b527f33)

v1.1.0

30 Dec 07:08
Compare
Choose a tag to compare

2022-12-30

Bug Fixes

  • use-request: fix the problem that environment variables cannot be read normally (103a632)

Features

  • layout: add layout module (dcf621a)

Performance Improvements

  • home-view: clean up unnecessary logic of HomeView (4c75606)
  • use-log-out & use-request & user-store: remove the useLogOut hook (0d601cb)
  • user-store: Modify the default gender to -1 (ebc4dd2)
  • views: add route name for page (2e7bf2d)
  • views: remove counter page & mock page (d6a9a67)

v1.0.0

28 Dec 02:22
Compare
Choose a tag to compare

2022-12-26

Features

  • basically complete the project upgrade (178f141)