UNPKG
@rivercoders/vue3-datagrid
Version:
latest (3.3.0)
3.3.0
3.2.17
3.2.9
3.2.7
3.2.6
3.2.5
Vue 3 DataGrid Spreadsheet
github.com/revolist/vue3-datagrid
revolist/vue3-datagrid
@rivercoders/vue3-datagrid
/
public
/
index.ts
7 lines
(5 loc)
•
136 B
text/typescript
View Raw
1
2
3
4
5
6
7
import
{createApp}
from
'vue'
;
import
'@vue/runtime-core'
;
import
App
from
'./App.vue'
;
const
app =
createApp
(
App
); app.
mount
(
'#app'
);