diff --git a/packages/windi/package.json b/packages/windi/package.json index c8af0ce..fb97c68 100644 --- a/packages/windi/package.json +++ b/packages/windi/package.json @@ -48,7 +48,9 @@ }, "dependencies": { "@heroicons/vue": "^2.0.18", - "tailwind-merge": "^1.14.0" + "classnames": "^2.3.2", + "tailwind-merge": "^1.14.0", + "vue-router": "^4.2.4" }, "devDependencies": { "@antfu/eslint-config": "^0.39.8", diff --git a/packages/windi/src/App.vue b/packages/windi/src/App.vue index c343d9f..4208207 100644 --- a/packages/windi/src/App.vue +++ b/packages/windi/src/App.vue @@ -1,10 +1,40 @@