add intellisence for vite and a style for feature item
This commit is contained in:
@@ -36,6 +36,7 @@ const hasQualityIssues = computed(() => props.feature.qualityIssue > 0)
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
gap: 1rem;
|
||||
justify-content: space-around;
|
||||
|
||||
&.live {
|
||||
visibility: hidden;
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
import vue from '@vitejs/plugin-vue'
|
||||
import path from 'path'
|
||||
import { defineConfig } from 'vite'
|
||||
|
||||
export default {
|
||||
export default defineConfig({
|
||||
plugins: [vue()],
|
||||
build: {
|
||||
rollupOptions: {
|
||||
@@ -17,4 +18,4 @@ export default {
|
||||
'node-fetch': 'isomorphic-fetch'
|
||||
}
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user