Skip to content

Commit

Permalink
build: ⚡ Remove Vue Options API support for space.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jisu-Woniu committed Dec 8, 2023
1 parent 874b2cb commit 343fd12
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file.

## [unreleased]

### Build

- :zap: Remove Vue Options API support for space.

## [1.3.0] - 2023-12-07

### Documentation
Expand Down
1 change: 1 addition & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,5 @@ export default defineConfig(async () => ({
// produce sourcemaps for debug builds
sourcemap: !!process.env.TAURI_DEBUG,
},
define: { __VUE_OPTIONS_API__: false },
}));

0 comments on commit 343fd12

Please sign in to comment.