web: remove unessesary package
This commit is contained in:
parent
eb9b7532a0
commit
f0bbcbe328
4 changed files with 9 additions and 985 deletions
|
@ -22,7 +22,6 @@
|
||||||
"unplugin-vue-components": "^0.26.0",
|
"unplugin-vue-components": "^0.26.0",
|
||||||
"vite": "^5.1.5",
|
"vite": "^5.1.5",
|
||||||
"vite-plugin-vuetify": "^2.0.3",
|
"vite-plugin-vuetify": "^2.0.3",
|
||||||
"vue-svg-loader": "^0.16.0",
|
|
||||||
"vue-tsc": "^2.0.6"
|
"vue-tsc": "^2.0.6"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -3,8 +3,10 @@
|
||||||
<v-main>
|
<v-main>
|
||||||
<HeaderBar />
|
<HeaderBar />
|
||||||
<div class="ma-8">
|
<div class="ma-8">
|
||||||
<CategoryContainer licenseGroupName="Jetbrains Ultimate"/>
|
<li>
|
||||||
<CategoryContainer licenseGroupName="Microsoft"/>
|
<CategoryContainer licenseGroupName="Jetbrains Ultimate"/>
|
||||||
|
<CategoryContainer licenseGroupName="Microsoft"/>
|
||||||
|
</li>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</v-main>
|
</v-main>
|
||||||
|
@ -18,6 +20,8 @@ import CategoryContainer from './components/CategoryContainer.vue';
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped>
|
<style scoped>
|
||||||
|
li {
|
||||||
|
list-style-type: none;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
<!-- <LogoSVG id="placeholderIcon"/> -->
|
<!-- <LogoSVG id="placeholderIcon"/> -->
|
||||||
<v-text-field
|
<v-text-field
|
||||||
class="compact-form"
|
class="compact-form"
|
||||||
label="ASearch"
|
label="Search"
|
||||||
variant="solo"
|
variant="solo"
|
||||||
prepend-inner-icon="mdi-magnify"
|
prepend-inner-icon="mdi-magnify"
|
||||||
hide-details
|
hide-details
|
||||||
|
|
Loading…
Reference in a new issue