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",
|
||||
"vite": "^5.1.5",
|
||||
"vite-plugin-vuetify": "^2.0.3",
|
||||
"vue-svg-loader": "^0.16.0",
|
||||
"vue-tsc": "^2.0.6"
|
||||
}
|
||||
}
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -3,8 +3,10 @@
|
|||
<v-main>
|
||||
<HeaderBar />
|
||||
<div class="ma-8">
|
||||
<CategoryContainer licenseGroupName="Jetbrains Ultimate"/>
|
||||
<CategoryContainer licenseGroupName="Microsoft"/>
|
||||
<li>
|
||||
<CategoryContainer licenseGroupName="Jetbrains Ultimate"/>
|
||||
<CategoryContainer licenseGroupName="Microsoft"/>
|
||||
</li>
|
||||
</div>
|
||||
|
||||
</v-main>
|
||||
|
@ -18,6 +20,8 @@ import CategoryContainer from './components/CategoryContainer.vue';
|
|||
</script>
|
||||
|
||||
<style scoped>
|
||||
|
||||
|
||||
li {
|
||||
list-style-type: none;
|
||||
}
|
||||
</style>
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
<!-- <LogoSVG id="placeholderIcon"/> -->
|
||||
<v-text-field
|
||||
class="compact-form"
|
||||
label="ASearch"
|
||||
label="Search"
|
||||
variant="solo"
|
||||
prepend-inner-icon="mdi-magnify"
|
||||
hide-details
|
||||
|
|
Loading…
Reference in a new issue