UNPKG

vue-lte-ui

Version:

The vue components wrapper for AdminLTE UI.

23 lines (18 loc) 225 B
new Vue({ el: document.querySelector('.demo-page'), data: { pageState: { totalCount: 100, value: 1 } }, created() { }, mounted() { }, computed: { }, watch: { }, methods: {} });