Refactor loading vue app
This commit is contained in:
parent
b00f92a2fe
commit
f41db67663
3 changed files with 20 additions and 20 deletions
|
@ -23,8 +23,7 @@ export default defineConfig({
|
|||
resolve: {
|
||||
alias: {
|
||||
'@styles': path.resolve('resources/styles'),
|
||||
'@scripts': path.resolve('resources/scripts'),
|
||||
'@app': path.resolve('resources/scripts/app')
|
||||
'@scripts': path.resolve('resources/scripts')
|
||||
},
|
||||
},
|
||||
css: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue