Skip to content

Commit 0128041

Browse files
committed
Moved version to data
1 parent 3f4fb73 commit 0128041

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/components/TinyPagination.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
</template>
2424

2525
<script>
26-
const version = '0.2.1'
2726
export default {
2827
name: 'TinyPagination',
2928
props: {
@@ -51,6 +50,7 @@ export default {
5150
},
5251
data () {
5352
return {
53+
version: '0.2.1',
5454
currentPage: 1,
5555
currentLimit: 10,
5656
translations: {

0 commit comments

Comments
 (0)