Sign in
fuchsia
/
third_party
/
github.com
/
project-chip
/
zap
/
bbf43203bc82bab9719489f0f735e24764908c2b
/
.
/
src
/
boot
/
tour.ts
blob: d827f2a163840a40264104ee2043149a461a98b1 [
file
]
import
{
boot
}
from
'quasar/wrappers'
import
VueJsTour
from
'@globalhive/vuejs-tour'
import
'@globalhive/vuejs-tour/dist/style.css'
import
'../css/zclTour.scss'
export
default
boot
(
async
({
app
})
=>
{
app
.
use
(
VueJsTour
)
})