Skip to content

Commit

Permalink
docs: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
francisashley committed Sep 24, 2023
1 parent 5e130f9 commit 71cc289
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,12 @@ yarn add vue-breadcrumbs-nav
</template>
<script lang="ts">
import VueBreadCrumbsNav from 'vue-breadcrumbs-nav'
import { VueBreadcrumbsNav } from 'vue-breadcrumbs-nav'
import 'vue-breadcrumbs-nav/style.css'
import ref from 'vue'
import { ref } from 'vue'
const activePath = ref('recipes/breakfast/pancakes')
const data = {
"label": "Recipes",
"id": "recipes",
Expand Down

0 comments on commit 71cc289

Please sign in to comment.