[frontend]: Перенесен базовый навбар

This commit is contained in:
2022-09-10 23:28:31 +03:00
parent ea9cde238e
commit f922daaa80
12 changed files with 116 additions and 146 deletions

View File

@@ -1,4 +1,4 @@
import { defineConfig } from '@vue/cli-service'
export default defineConfig({
const { defineConfig } = require('@vue/cli-service')
module.exports = defineConfig({
transpileDependencies: true
})