dev_xd
parent
e9d43fbdfa
commit
cafb381e80
|
@ -35,7 +35,6 @@ nbbuild/
|
|||
dist/
|
||||
nbdist/
|
||||
.nb-gradle/
|
||||
*.css
|
||||
*.css.map
|
||||
|
||||
######################################################################
|
||||
|
|
|
@ -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
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue