Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
muhimasri committed Jan 3, 2022
1 parent f8b29c2 commit 02bf7de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Vue.use(IconsPlugin)
Please refer to [BoostrapVue Docs](https://bootstrap-vue.org/docs) for more details.

## Usage

[Run example on CodeSandbox](https://codesandbox.io/s/bootstrap-vue-editable-table-wx012?file=/src/App.vue)
```html
<template>
<b-editable-table v-model="items" :fields="fields"></b-editable-table>
Expand Down Expand Up @@ -124,7 +124,7 @@ When using `v-model` the data will be updated automatically:

Otherwise, using `:items` prop to pass data will require updating the data manually on input change:

[Run example on CodeSandbox](https://codesandbox.io/s/bootstrap-vue-editable-table-wx012?file=/src/App.vue)
[Run example on CodeSandbox](https://codesandbox.io/s/vue-table-one-way-binding-ug039)
```html
<template>
<div>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bootstrap-vue-editable-table",
"version": "0.1.1-beta.7",
"version": "0.1.1-beta.9",
"description": "A Bootstrap Vue editable table for editing cells using built-in Bootstrap form elements",
"repository": {
"type": "git",
Expand Down

0 comments on commit 02bf7de

Please sign in to comment.