mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-07-08 16:07:50 +02:00
feat(app): add plugin (#345)
This commit is contained in:
committed by
GitHub
parent
02754f527c
commit
bcb42b7343
@@ -1,5 +1,5 @@
|
||||
<script>
|
||||
import { getName, getVersion, getTauriVersion } from '@tauri-apps/api/app'
|
||||
import { getName, getVersion, getTauriVersion } from 'tauri-plugin-app-api'
|
||||
import { relaunch, exit } from '@tauri-apps/api/process'
|
||||
|
||||
let version = '0.0.0'
|
||||
|
||||
Reference in New Issue
Block a user