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
5b0fcef15c
ultrawidify
/
src
/
popup
/
popup.js
5 lines
88 B
JavaScript
Raw
Normal View
History
Unescape
Escape
okay what the actual fuck
2021-03-12 00:14:52 +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
okay what the actual fuck
2021-03-12 00:14:52 +01:00
createApp
(
App
)
.
mount
(
'#app'
)
;
Reference in New Issue
Copy Permalink