bhuh12 / vue-router-tab

Vue.js tab components, based on Vue Router.

Home Page:https://bhuh12.github.io/vue-router-tab/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

httpVueLoader ?

yanzixiang opened this issue · comments

how to use this by httpVueLoader ?

I'm sorry I don't have any experience with httpVueLoader, this seems to be a library that loads vue spa files directly through the browser, without webpack compilation.

You can try to introduce RouterTab by cdn:

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/vue-router-tab@1.2.4/dist/lib/vue-router-tab.css" />
<script src="https://cdn.jsdelivr.net/npm/vue-router-tab@1.2.4/dist/lib/vue-router-tab.umd.min.js" />

thanks.