vue-tour icon indicating copy to clipboard operation
vue-tour copied to clipboard

Is there a way to install locally rather than globally

Open dsfcoll opened this issue 2 years ago • 1 comments

Is there a way to install locally rather than globally? I really treat bundle size of application. And it would be great if there a way to register locally in 1 specific page.

dsfcoll avatar Dec 23 '22 11:12 dsfcoll

可以通过script标签引入dist目录下的 js和css即可,例如:

<link rel="stylesheet" href="css/thirdparty/vue-tour/vue-tour.css"/>

`

fyljy574 avatar Mar 03 '23 03:03 fyljy574