Skip to content

Commit

Permalink
import fix
Browse files Browse the repository at this point in the history
  • Loading branch information
BuildTools committed May 1, 2021
1 parent 55b47f4 commit 94571b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

<script>
import TitleBar from './partial/Titlebar'
import { invoke } from '@Tauri/tauri'
import { invoke } from '@tauri-apps/api/tauri'
export default {
name: 'App',
components: {
Expand Down
2 changes: 1 addition & 1 deletion src/partial/Titlebar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</template>

<script>
import { appWindow } from '@Tauri/window'
import { appWindow } from '@tauri-apps/api/window'
export default {
data () {
Expand Down

0 comments on commit 94571b6

Please sign in to comment.