This website requires JavaScript.
Explore
Help
Sign In
tamius-han
/
ultrawidify
Watch
1
Star
0
Fork
0
You've already forked ultrawidify
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
eb1b1cf73d
ultrawidify
/
src
/
popup
/
popup.js
5 lines
88 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Revert "split popup into ts" This reverts commit 73eb5ffe931b19a42e3858b3189fd1f3d65062ce.
2021-03-11 21:58:12 +01:00
import
{
createApp
}
from
'vue'
import
App
from
'./App'
;
Started using vue for settings and popup, start of rewrite for settings page
2018-12-30 23:16:09 +01:00
Revert "split popup into ts" This reverts commit 73eb5ffe931b19a42e3858b3189fd1f3d65062ce.
2021-03-11 21:58:12 +01:00
createApp
(
App
)
.
mount
(
'#app'
)
;
Reference in New Issue
Copy Permalink