UNPKG
@lumenpink/vue3-fitty
Version:
latest (0.1.4)
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
Fitty text wrapper for Vue 3
github.com/lumenpink/vue3-fitty
lumenpink/vue3-fitty
@lumenpink/vue3-fitty
/
src
/
main.ts
5 lines
(3 loc)
•
93 B
text/typescript
View Raw
1
2
3
4
5
import
{ createApp }
from
"vue"
;
import
App
from
"./App.vue"
;
createApp
(
App
).
mount
(
"#app"
);