mirror of
https://github.com/BewlyBewly/BewlyBewly.git
synced 2025-04-14 13:15:29 +00:00
fix: browser is not defined
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
<script setup lang="ts">
|
||||
import browser from 'webextension-polyfill'
|
||||
const emptyImg = browser.runtime.getURL('/assets/empty.png')
|
||||
</script>
|
||||
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<script setup lang="ts">
|
||||
import browser from 'webextension-polyfill'
|
||||
const imgURL = browser.runtime.getURL('/assets/loading.gif')
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user