update dependencies

This commit is contained in:
Thomas Amland
2020-09-13 10:39:50 +02:00
parent c3a5136f0f
commit 1a24f42341
4 changed files with 303 additions and 170 deletions
-2
View File
@@ -15,8 +15,6 @@ const components = {
Tile,
}
type Key = keyof typeof components;
Object.keys(components).forEach((_key) => {
const key = _key as keyof typeof components
Vue.component(key, components[key])