dev_xd
姜玉琦 2024-08-20 23:11:46 +08:00
parent e9d43fbdfa
commit cafb381e80
4 changed files with 17 additions and 2 deletions

1
.gitignore vendored
View File

@ -35,7 +35,6 @@ nbbuild/
dist/
nbdist/
.nb-gradle/
*.css
*.css.map
######################################################################

View File

@ -18,7 +18,6 @@ selenium-debug.log
*.njsproj
*.sln
*.local
*.css
*.css.map
package-lock.json

File diff suppressed because one or more lines are too long

View File

@ -75,6 +75,7 @@ app.use(router)
app.use(store)
app.use(plugins)
app.use(elementIcons)
app.use(VForm3)
app.component('svg-icon', SvgIcon)
directive(app)